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 409
5286cc41 73fb ea7b 9f3a 6039570231a7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the entity line type.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Linetype Linetype { get; set; }
VB
Public Property Linetype As Linetype
Get
Set
C++
public:
property Linetype^ Linetype {
Linetype^ get ();
void set (Linetype^ value);
}
F#
member Linetype : Linetype with get, set