DK11 for .NET | TatukGIS.NDK.TGIS_Shape.AppendGeometry | Constructors | Fields | Methods | Properties
Append geometry.
// C# public void AppendGeometry( TGIS_Shape _shape );
' VisualBasic Public Sub AppendGeometry( ByVal _shape As TGIS_Shape )
// Oxygene public procedure AppendGeometry( _shape : TGIS_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.