DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CopyGeometry | Constructors | Fields | Methods | Properties
Copy geometry.
// C# public virtual void CopyGeometry( TGIS_Shape _shape );
' VisualBasic Public Overridable Sub CopyGeometry( ByVal _shape As TGIS_Shape )
// Oxygene public procedure CopyGeometry( _shape : TGIS_Shape ); virtual;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape with geometry to copy |
Use this method to copy geometry from other object. Can be used to safely change Polygon to Arc geometry etc.