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
8a67a09f d885 2f21 7ca1 bbd88df2231f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the ByLayer line type.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Linetype ByLayer { get; }
VB
Public Shared ReadOnly Property ByLayer As Linetype
Get
C++
public:
static property Linetype^ ByLayer {
Linetype^ get ();
}
F#
static member ByLayer : Linetype with get