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
7bd2d52b 9016 a7b7 557d e203cf9b128a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Integral symbol arrowhead.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block Integral { get; }
VB
Public Shared ReadOnly Property Integral As Block
Get
C++
public:
static property Block^ Integral {
Block^ get ();
}
F#
static member Integral : Block with get