User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer3dbase.referencepoint

Table of Contents

ITGIS_Viewer3DBase.ReferencePoint property

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

ReferencePoint in map units, usually screen center. Use ReferencePointMode/ReferencePointOffsetZ properties to set.

Available also on: Delphi | .NET WinForms | 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

2025/01/31 01:05

Page Tools