ViewFrameIsLabelVisible Property |
Gets or sets whether the ViewFrame label is visible.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsLabelVisible { get; set; }Public Property IsLabelVisible As Boolean
Get
Set
public:
property bool IsLabelVisible {
bool get ();
void set (bool value);
}Property Value
Boolean
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when setting and the ViewFrame does not contain ViewFrame label.
|
See Also