DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_Viewer3DBase.MarkShape | Constructors | Fields | Methods | Properties | Events
// C# public void MarkShape( TGIS_LayerAbstract _layer, int _shpid, int _part, TGIS_Color _color, bool _update );
' VisualBasic Public Sub MarkShape( ByVal _layer As TGIS_LayerAbstract, ByVal _shpid As Integer, ByVal _part As Integer, ByVal _color As TGIS_Color, ByVal _update As Boolean )
// Oxygene public procedure MarkShape( _layer : TGIS_LayerAbstract; _shpid : Integer; _part : Integer; _color : TGIS_Color; _update : Boolean );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | |
_shpid | int Integer | |
_part | int Integer | |
_color | TGIS_Color | |
_update | bool Boolean |