DK for Delphi | GisLayerVector.TGIS_Shape.AppendGeometry | Constructors | Fields | Methods | Properties
Append geometry.
// Delphi public procedure AppendGeometry( const _shape : TGIS_Shape );
// C++ Builder public: void AppendGeometry( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape with geometry to append |
Use this method to append geometry from other object. Can be used to safely combine shapes geometry etc.