Tick Property

Gets the tick style settings.

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

Syntax

C#

public LabelStyleTickComponent.StyleTick Tick { get; }

Visual Basic

Public ReadOnly Property Tick As LabelStyleTickComponent.StyleTick
	Get

Visual C++

public:
property LabelStyleTickComponent.StyleTick^ Tick {
	LabelStyleTickComponent.StyleTick^ get ();
}

See Also