This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
6d1eaef4 fcc5 5b74 8e92 65b11b6616ce
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the arrowhead block for the second end of the dimension line. (DIMBLK2)
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
SetC++
public:
property Block^ DimArrow2 {
Block^ get ();
void set (Block^ value);
}F#
member DimArrow2 : Block with get, setDefault: null. Closed filled.