根据给定的 GeoParametricLineCompound 对象来构造一个与其完全相同的新对象。

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

语法

C#
public GeoParametricLineCompound(
	GeoParametricLineCompound geoParametricLineComp
)

参数

geoParametricLineComp
Type: SuperMap.Data..::.GeoParametricLineCompound
指定的 GeoParametricLineCompound 对象。

备注

如果作为拷贝源的 GeoParametricLine 对象已调用 Dispose() 方法后,再进行传入操作,则抛出ObjectDisposedException异常。

版本信息

SuperMap iObjects .NET


请参见