DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.UnMarkShape | Methods | Properties
Cancel previously marked shape with color
Available also on: Python.
// C# public void UnMarkShape( ITGIS_LayerAbstract _layer, int _shpid, WordBool _update );
' VisualBasic Public Sub UnMarkShape( ByVal _layer As ITGIS_LayerAbstract, ByVal _shpid As Integer, ByVal _update As WordBool )
// Oxygene public procedure UnMarkShape( _layer : ITGIS_LayerAbstract; _shpid : Integer; _update : WordBool );
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerAbstract | layer contained shape |
_shpid | int Integer | shape to be unmarked |
_update | WordBool | if True redraw scene after mark, do not redraw if False |