User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerwnd.viewer3d

Table of Contents

IGIS_ViewerWnd.Viewer3D property

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerWnd.Viewer3D | Methods | Properties

Viewer 3D object. Nil if 3D mode is off.

Available also on: Python.

Syntax

// C#
public IGIS_Viewer3D Viewer3D
{
  get {}
  set {}
}
' VisualBasic
Public Property Viewer3D As IGIS_Viewer3D
  Get
  End Get
  Set(ByVal value As IGIS_Viewer3D)
  End Set
End Property
// Oxygene
public
  property Viewer3D : IGIS_Viewer3D read read;

Value

2025/01/31 01:03

Page Tools