DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.AddShape | Methods | Properties
Adds a copy of shape and makes it editable.
// C# public ITGIS_Shape AddShape( ITGIS_Shape _shape );
' VisualBasic Public Function AddShape( ByVal _shape As ITGIS_Shape ) As ITGIS_Shape
// Oxygene public function AddShape( _shape : ITGIS_Shape ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to be added |
Type | Description |
---|---|
ITGIS_Shape | Created copy of shape or nil. |
This function creates a copy of a shape passed as a parameter.