User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewer3d.referencepoint

Table of Contents

IGIS_Viewer3D.ReferencePoint property

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

Syntax

# Python
@property
def ReferencePoint(
  self
) -> TGIS_Point3D: 
 
@ReferencePoint.setter
def ReferencePoint(
  self,
  _value: TGIS_Point3D
) -> None: 

Value

2026/07/10 23:47

Page Tools