| 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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.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