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

ArrowBlock Property

Gets or sets the arrowhead block displayed at the ends of dimension lines (see DIMBLK 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 ArrowBlock { 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** ⚠️