This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
18633a0b bf7d 9ac1 33bd 6abd98088dc8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the line type of the second extension line. (DIMLTEX2)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Linetype ExtLine2Linetype { get; set; }
VB
Public Property ExtLine2Linetype As Linetype
Get
Set
C++
public:
property Linetype^ ExtLine2Linetype {
Linetype^ get ();
void set (Linetype^ value);
}
F#
member ExtLine2Linetype : Linetype with get, set
Default: ByBlock