Gets whether the direction arrow component is visible in the label style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean Visible { get; }
VB
Public ReadOnly Property Visible As PropertyBoolean Get
C++
public: property PropertyBoolean^ Visible { PropertyBoolean^ get (); }