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

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

语法

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

参数

pntPoint2d
Type: SuperMap.Data..::.Point2D
指定的点对象。
measue
Type: System..::.Double
指定的 M 值。

返回值

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

请参见