TableStyleMaintainViewOrientation Property |
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.8.0.292
Syntaxpublic bool MaintainViewOrientation { get; set; }
Public Property MaintainViewOrientation As Boolean
Get
Set
public:
property bool MaintainViewOrientation {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also