Gets or sets the boolean value that determines whether to realign the table to the view (screen) direction regardless of User Coordinate System or twist settings.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool MaintainViewOrientation { get; set; }
VB
Public Property MaintainViewOrientation As Boolean Get Set
C++
public: property bool MaintainViewOrientation { bool get (); void set (bool value); }