Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

79c7c4a6 bb7e 2665 9ffc 9e7e4bf624ec

haplokuon edited this page May 6, 2023 · 1 revision

DimArrow1 Property

netDxf 3.0.0 Library

Gets or sets the arrowhead block for the first end of the dimension line. (DIMBLK1)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Block DimArrow1 { get; set; }

VB

Public Property DimArrow1 As Block
	Get
	Set

C++

public:
property Block^ DimArrow1 {
	Block^ get ();
	void set (Block^ value);
}

F#

member DimArrow1 : Block with get, set

Property Value

Block

Remarks

Default: null. Closed filled.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally