Share

LabelStyleTickComponent.StyleGeneral.Visible Property

Gets whether the tick 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 ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?