User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.sunposition

Table of Contents

IGIS_Viewer3D.SunPosition property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.SunPosition | Methods | Properties

Sun position in radian; natural north * X height of the sun above horizon, range +- Pi/2 rad; initial Pi/4 (45 deg) * Y azimuth to the sun from natural north, range 0 - 2Pi rad; initial 3Pi/4 (225 deg)

Available also on: Python.

Syntax

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

Value

Type
TGIS_Point
2022/12/09 15:19

Page Tools