DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AppendGeometry | Methods | Properties
Append geometry.
// C# public void AppendGeometry( ITGIS_Shape _shape );
' VisualBasic Public Sub AppendGeometry( ByVal _shape As ITGIS_Shape )
// Oxygene public procedure AppendGeometry( _shape : ITGIS_Shape );
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape with geometry to append |
Use this method to append geometry from other object. Can be used to safely combine shapes geometry etc.