Share

LabelStyleTickComponent.Tick Property

Gets the tick style settings.



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

Syntax

C#

public LabelStyleTickComponentStyleTick Tick { get; }

VB

Public ReadOnly Property Tick As LabelStyleTickComponentStyleTick
	Get

C++

public:
property LabelStyleTickComponentStyleTick^ Tick {
	LabelStyleTickComponentStyleTick^ get ();
}

Property Value

LabelStyleTickComponentStyleTick

See Also

Reference

Was this information helpful?