Share

BandTickStyle.IncrementSmallTicksAtTop Property

Gets or sets the boolean value that indicates whether to draw the tick(s) at the top of the selected type.



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

Syntax

C#

public bool IncrementSmallTicksAtTop { get; set; }

VB

Public Property IncrementSmallTicksAtTop As Boolean
	Get
	Set

C++

public:
property bool IncrementSmallTicksAtTop {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?