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

6d1eaef4 fcc5 5b74 8e92 65b11b6616ce

haplokuon edited this page May 6, 2023 · 1 revision

DimArrow2 Property

netDxf 3.0.0 Library

Gets or sets the arrowhead block for the second end of the dimension line. (DIMBLK2)

Definition

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

C#

public Block DimArrow2 { get; set; }

VB

Public Property DimArrow2 As Block
	Get
	Set

C++

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

F#

member DimArrow2 : Block with get, set

Property Value

Block

Remarks

Default: null. Closed filled.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally