User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.referencepoint

Table of Contents

IGIS_Viewer3D.ReferencePoint property

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

Reference point in map units, usually the screen center. Use the ReferencePointMode and ReferencePointOffsetZ properties to define it.

Available also on: Python.

Syntax

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

Value

2026/07/11 00:08

Page Tools