设置路由对象指定点处的 M 值。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public bool SetMAtPoint(
	Point2D pntPoint2d,
	double measue,
	double tolerance,
	WhereToCalibrate whereToCalibrate
)

参数

pntPoint2d
Type: SuperMap.Data..::.Point2D
指定的点对象。
measue
Type: System..::.Double
指定的 M 值。
tolerance
Type: System..::.Double
指定的容限值。用于判断指定的点是否在路由对象上,若点到路由对象垂足的距离大于该值,则视为指定的点无效,不执行设置。单位与该路由对象所属数据集的单位相同。
whereToCalibrate
Type: SuperMap.Data..::.WhereToCalibrate

返回值

一个布尔值,表示设置是否成功,true 表示成功,false 表示失败。

请参见