DK for Delphi | GisLayerVector.TGIS_Shape.CopyGeometry | Constructors | Fields | Methods | Properties
Copy geometry.
// Delphi public procedure CopyGeometry( const _shape : TGIS_Shape ); virtual;
// C++ Builder public: virtual void CopyGeometry( TGIS_Shape* const _shape );
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.