DfsProjectionOrientation Property |
Orientation of model coordinates.
The rotation from true north to the model coordinate
y-axis in degrees, measured positive clockwise.
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double Orientation { get; set; }
Public Property Orientation As Double
Get
Set
public:
virtual property double Orientation {
double get () sealed;
void set (double value) sealed;
}
abstract Orientation : float with get, set
override Orientation : float with get, set
Property Value
Type:
DoubleImplements
IDfsProjectionOrientation
See Also