Archicad 28 C++ API
|
The current location, date and sun parameters. More...
#include <APIdefs_Environment.h>
Public Attributes | |
bool | sumTime |
true if daylight saving time is in effect | |
unsigned short | year |
The year at the given place. | |
unsigned short | month |
The month at the given place. | |
unsigned short | day |
The day at the given place. | |
unsigned short | hour |
The hour at the given place. | |
unsigned short | minute |
The minute at the given place. | |
unsigned short | second |
The second at the given place. | |
double | longitude |
longitude in degrees | |
double | latitude |
latitude in degrees | |
double | altitude |
altitude in meters | |
double | north |
North direction in radians. | |
double | sunAngXY |
Sun position component in radians. | |
double | sunAngZ |
Sun position component in radians. | |
API_NorthUnitID | northUnit |
angle unit of north direction. See also: API_NorthUnitID | |
API_AltitudeUnitID | altitudeUnit |
display altitude in meters or feet. See also: API_AltitudeUnitID | |
API_LongLatUnitID | longLatUnit |
display latLongUnit in decimal degrees or degrees, minutes and seconds. See also: API_LongLatUnitID | |
short | timeZoneInMinutes |
Time zone in minutes from Greenwich. | |
short | timeZoneOffset |
Used when different timezones have the same timeZoneInMinutes . | |
The current location, date and sun parameters.