DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CopyGeometry | Methods | Properties
Copy geometry.
// C# public void CopyGeometry( ITGIS_Shape _shape );
' VisualBasic Public Sub CopyGeometry( ByVal _shape As ITGIS_Shape )
// Oxygene public procedure CopyGeometry( _shape : ITGIS_Shape );
Name | Type | Description |
---|---|---|
_shape | ITGIS_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.