根据给定的 GeoParametricRegionCompound 对象来构造一个与其完全相同的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoParametricRegionCompound( GeoParametricRegionCompound geoParametricRegionComp ) |
参数
- geoParametricRegionComp
- Type: SuperMap.Data..::.GeoParametricRegionCompound
指定的 GeoParametricRegionCompound 对象。
备注
如果作为拷贝源的 GeoParametricRegionCompound 对象已调用 Dispose() 方法后,再进行传入操作,则抛出ObjectDisposedException异常。