DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.InitialRedraw | Methods | Properties
Construct an instance of 3D Viewer
Available also on: Python.
// C# public WordBool InitialRedraw( ITGIS_Extent _extent, WordBool _initdraw );
' VisualBasic Public Function InitialRedraw( ByVal _extent As ITGIS_Extent, ByVal _initdraw As WordBool ) As WordBool
// Oxygene public function InitialRedraw( _extent : ITGIS_Extent; _initdraw : WordBool ) : WordBool;
| Name | Type | Description |
|---|---|---|
| _extent | ITGIS_Extent | extent restriction (all objects outside will be cut off) |
| _initdraw | WordBool | draw initial view if True, do not draw if False |
| Type | Description |
|---|---|
| WordBool | True if success |