DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.macroTableCreate | Constructors | Fields | Methods | Properties
Macro for creating table.
// Delphi protected procedure macroTableCreate( const _extent : TGIS_Extent; const _type : TGIS_ShapeType ); virtual;
// C++ Builder protected: virtual void macroTableCreate( TGIS_Extent* const _extent, TGIS_ShapeType* const _type );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | starting extent of layer |
_type | TGIS_ShapeType | supported type of shape |