Share

ViewFrame.IsLabelVisible Property

Gets or sets whether the ViewFrame label is visible.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsLabelVisible { get; set; }

VB

Public Property IsLabelVisible As Boolean
	Get
	Set

C++

public:
property bool IsLabelVisible {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Thrown when setting and the ViewFrame does not contain ViewFrame label.

See Also

Reference

Was this information helpful?