DK for Delphi | GisLayerVector.TGIS_LayerVector.CreateShape | Overloads | Constructors | Fields | Methods | Properties | Events
Creates a new shape and makes it editable.
// Delphi public function CreateShape( const _type : TGIS_ShapeClass ) : TGIS_Shape; overload;
// C++ Builder public: TGIS_Shape* CreateShape( TGIS_ShapeClass* const _type ) /* overload */;
Name | Type | Description |
---|---|---|
_type | TGIS_ShapeClass | extended shape type inherited from TGIS_Shape descendent; base shape type must be supported by layer |
Type | Description |
---|---|
TGIS_Shape | Newly created shape or nil. |