DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.CameraPosition | Methods | Properties
Camera position in radians; Changes of CameraPosition settings change CameraRotation settings; Camera always points to the central point of the visible area; * X height of the camera above horizon, range 0 - Pi/2 rad; * Y azimuth to the camera from natural north, range 0 - 2Pi rad; * Z distance to the camera in map units; * M optional parameter, for future use.
Available also on: Python.
// C# public TGIS_Point3D CameraPosition { get {} set {} }
' VisualBasic Public Property CameraPosition As TGIS_Point3D Get End Get Set(ByVal value As TGIS_Point3D) End Set End Property
// Oxygene public property CameraPosition : TGIS_Point3D read read;
Type |
---|
TGIS_Point3D |