ViewFrameIsLabelVisible Property

Gets or sets whether the ViewFrame label is visible.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public bool IsLabelVisible { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when setting and the ViewFrame does not contain ViewFrame label.
See Also