DatabaseNorthDirection Property
|
Property that controls the angle of the Sun
from North. This angle is in the context of the WCS. This property
corresponds to the NORTHDIRECTION system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double NorthDirection { get; set; }
Public Property NorthDirection As Double
Get
Set
public:
property double NorthDirection {
double get ();
void set (double value);
}
member NorthDirection : float with get, set
Property Value
Double
See Also