DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.Create | Overloads | Constructors | Fields | Methods | Properties
Create a shape instance.
Available also on: .NET | Java | Python.
Overrides TGIS_Shape.Create.
// Delphi public constructor Create( const _dim : TGIS_DimensionType ); overload; override;
// C++ Builder Create ( TGIS_DimensionType* const _dim );
Name | Type | Description |
---|---|---|
_dim | TGIS_DimensionType | Dimension |
Use this method to create a shape. Internally it calls Recreate method.