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: 13.4.2516.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);
} |
See Also