Gets the boolean value that specifies visibility of labels in the drawing (independent of layer).
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean Visibility { get; }
VB
Public ReadOnly Property Visibility As PropertyBoolean Get
C++
public: property PropertyBoolean^ Visibility { PropertyBoolean^ get (); }