更新路由对象的 M 值。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool UpdateM( int fromIndex, int toIndex, double fromMeasure, double toMeasure, WhereToCalibrate whereToCalibrate, CalibrateMode calibrateMode ) |
参数
- fromIndex
- Type: System..::.Int32
指定的待更新路由的起始点的索引值。
- toIndex
- Type: System..::.Int32
指定的待更新路由的终止点的索引值。
- fromMeasure
- Type: System..::.Double
指定的待更新路由的起始点 M 值。
- toMeasure
- Type: System..::.Double
指定的待更新路由的终止点 M 值。
- whereToCalibrate
- Type: SuperMap.Data..::.WhereToCalibrate
指定的对路由对象 M 值进行校正的位置类型。
- calibrateMode
- Type: SuperMap.Data..::.CalibrateMode
指定的对路由对象 M 值进行校正的方式。