Specify the view frame orientation option.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PropertyEnum<ViewFrameAngleType> ViewFrameOrientation { get; }
VB
Public ReadOnly Property ViewFrameOrientation As PropertyEnum(Of ViewFrameAngleType) Get
C++
public: property PropertyEnum<ViewFrameAngleType>^ ViewFrameOrientation { PropertyEnum<ViewFrameAngleType>^ get (); }