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 415
91670fa9 f2b4 a36d e892 f9ecbe050040
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the line type of the dimension line. (DIMLTYPE)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Linetype DimLineLinetype { get; set; }
VB
Public Property DimLineLinetype As Linetype
Get
Set
C++
public:
property Linetype^ DimLineLinetype {
Linetype^ get ();
void set (Linetype^ value);
}
F#
member DimLineLinetype : Linetype with get, set
Default: ByBlock