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 407
f7c19eb5 8103 3a1a 2881 614f9d8a79db
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the FIQueryIntervals class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public FIQueryIntervals(
double[] interval0,
double[] interval1
)
VB
Public Sub New (
interval0 As Double(),
interval1 As Double()
)
C++
public:
FIQueryIntervals(
array<double>^ interval0,
array<double>^ interval1
)
F#
new :
interval0 : float[] *
interval1 : float[] -> FIQueryIntervals
- Double[]
- \[Missing <param name="interval0"/> documentation for "M:netDxf.GTE.FIQueryIntervals.#ctor(System.Double[],System.Double[])"\]
- Double[]
- \[Missing <param name="interval1"/> documentation for "M:netDxf.GTE.FIQueryIntervals.#ctor(System.Double[],System.Double[])"\]
FIQueryIntervals Class
FIQueryIntervals Overload
netDxf.GTE Namespace