Skip to content

ACadSharp.Tables.DimensionStyle.TickSize

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

TickSize Property

Specifies the size of oblique strokes drawn instead of arrowheads for linear, radius, and diameter dimensioning (see DIMTSZ System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

public Double TickSize { get; set; }

Property Value

Double

Value

0 Draws arrowheads. >0 Draws oblique strokes instead of arrowheads. The size of the oblique strokes is determined by this value multiplied by the value of .
Clone this wiki locally