返回指定 M 值范围的路由对象线段对应的线对象。要求路由对象的刻度值是单调的。

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

语法

C#
public GeoLine GetSubCurveAtM(
	double fromMeasure,
	double toMeasure
)

参数

fromMeasure
Type: System..::.Double
起始 M 值。
toMeasure
Type: System..::.Double
终止 M 值。

返回值

指定 M 值区间对应的线对象。

版本信息

SuperMap iObjects .NET


SuperMap Objects .NET

受以下版本支持: 6.1.3

请参见