DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.InvalidateEditor | Constructors | Fields | Methods | Properties | Events
Invalidate editor. To mark viewer after editor change to redraw state.
Available also on: Delphi FMX | Java | ActiveX | Python.
Implements IGIS_Viewer.InvalidateEditor.
// C# public void InvalidateEditor( bool _final );
' VisualBasic Public Sub InvalidateEditor( ByVal _final As Boolean )
// Oxygene public procedure InvalidateEditor( _final : Boolean );
Name | Type | Description |
---|---|---|
_final | bool Boolean | True if map must updated at the end of editing process; otherwise a normal "shallow" screen refresh to be performed |