DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.Unlock | Overloads | Constructors | Fields | Methods | Properties | Events
Unlock the viewer but do not redraw
Implements IGIS_Viewer.Unlock.
// C# public void Unlock( bool _redraw );
' VisualBasic Public Sub Unlock( ByVal _redraw As Boolean )
// Oxygene public procedure Unlock( _redraw : Boolean );
Name | Type | Description |
---|---|---|
_redraw | bool Boolean | If true then map should be redraw upon unlock; if false then redraw should be issued. |