DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.CreateShape | Methods | Properties
Creates a new shape and makes it editable.
// C# public ITGIS_Shape CreateShape( TGIS_ShapeType _type );
' VisualBasic Public Function CreateShape( ByVal _type As TGIS_ShapeType ) As ITGIS_Shape
// Oxygene public function CreateShape( _type : TGIS_ShapeType ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_type | TGIS_ShapeType | type of shape to be created; it must be a type supported by the layer; if TGIS_ShapeType.Unknown, then the default shape type will be created |
Type | Description |
---|---|
ITGIS_Shape | Newly created shape or nil. |