DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.AddShape | Overloads | Constructors | Fields | Methods | Properties | Events
Adds a copy of shape and makes it editable.
// C# public TGIS_Shape AddShape( TGIS_Shape _shape );
' VisualBasic Public Function AddShape( ByVal _shape As TGIS_Shape ) As TGIS_Shape
// Oxygene public function AddShape( _shape : TGIS_Shape ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to be added |
Type | Description |
---|---|
TGIS_Shape | Created copy of shape or nil. |
This function creates a copy of a shape passed as a parameter.