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