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 411
14b84482 ec6c 39ba 66be 3b6854c77989
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the ByBlock line type.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Linetype ByBlock { get; }
VB
Public Shared ReadOnly Property ByBlock As Linetype
Get
C++
public:
static property Linetype^ ByBlock {
Linetype^ get ();
}
F#
static member ByBlock : Linetype with get