DK11 for .NET | TatukGIS.NDK.TGIS_LayerSqlDb2Abstract.macroShapeUpdate | Constructors | Fields | Methods | Properties
Macro for managing shape update process.
Overrides TGIS_LayerVectorSqlAbstract.macroShapeUpdate.
// C# protected void macroShapeUpdate( TGIS_Shape _shp, bool _import );
' VisualBasic Protected Sub macroShapeUpdate( ByVal _shp As TGIS_Shape, ByVal _import As Boolean )
// Oxygene protected procedure macroShapeUpdate( _shp : TGIS_Shape; _import : Boolean ); override;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape data to be saved |
_import | bool Boolean | if True, then shape will be added in import mode |