ACadSharp.Tables.DimensionStyle.DimArrow2 - DomCR/ACadSharp GitHub Wiki

DimArrow2 Property

Gets or sets the arrowhead for the first end of the dimension line when is on (true) (see DIMBLK2 System Variable).

Remarks

Note: Annotative blocks cannot be used as custom arrowheads for dimensions or leaders.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public BlockRecord DimArrow2 { get; set; }

Property Value

BlockRecord

Value

A that makes up an arrowhead or null if the default, closed-filled arrowhead is to be displayed.

⚠️ **GitHub.com Fallback** ⚠️