ViewFrameOrientation Property

Specify the view frame orientation option.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyEnum<ViewFrameAngleType> ViewFrameOrientation { get; }

Visual Basic

Public ReadOnly Property ViewFrameOrientation As PropertyEnum(Of ViewFrameAngleType)
	Get

Visual C++

public:
property PropertyEnum<ViewFrameAngleType>^ ViewFrameOrientation {
	PropertyEnum<ViewFrameAngleType>^ get ();
}

See Also