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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0
Syntax
C# |
---|
public bool MaintainViewOrientation { get; set; } |
Visual Basic |
---|
Public Property MaintainViewOrientation As Boolean Get Set |
Visual C++ |
---|
public: property bool MaintainViewOrientation { bool get (); void set (bool value); } |