根据指定的参数来构造一个 GeoLine 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoLine( Point2Ds points ) |
参数
- points
- Type: SuperMap.Data..::.Point2Ds
构成线的有序点。
备注
当points.Length 小于 2时,抛出ArgumentException异常。
C# |
---|
public GeoLine( Point2Ds points ) |