DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.macroMasterUpdate | Constructors | Fields | Methods | Properties
Macro for updating master table
Overrides TGIS_LayerVectorSqlAbstract.macroMasterUpdate.
// Delphi protected procedure macroMasterUpdate( const _extent : TGIS_Extent; const _type : TGIS_ShapeType; const _name : String; const _dim : TGIS_DimensionType ); override;
// C++ Builder protected: virtual void macroMasterUpdate( TGIS_Extent* const _extent, TGIS_ShapeType* const _type, const UnicodeString _name, TGIS_DimensionType* const _dim );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | shape extent |
_type | TGIS_ShapeType | shape type |
_name | String | name identifier |
_dim | TGIS_DimensionType | shape dimension |