User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.initialredraw_itgis_extent_wordbool

Table of Contents

IGIS_Viewer3D.InitialRedraw method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.InitialRedraw | Methods | Properties

Construct an instance of 3D Viewer

Available also on: Python.

Syntax

// 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;

Parameters

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

Result

Type Description
WordBool True if success

Remarks

To support automatic mouse handling object should be created on a

2025/01/31 01:03

Page Tools