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
2b44f172 4b16 a59b 36d0 66bf714d0da8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Layer properties linetype name.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string LinetypeName { get; set; }
VB
Public Property LinetypeName As String
Get
Set
C++
public:
property String^ LinetypeName {
String^ get ();
void set (String^ value);
}
F#
member LinetypeName : string with get, set
String