Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f7c19eb5 8103 3a1a 2881 614f9d8a79db

haplokuon edited this page May 6, 2023 · 1 revision

FIQueryIntervals(Double[], Double[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the FIQueryIntervals class

Definition

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

Parameters

  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[])"\]

See Also

Reference

FIQueryIntervals Class
FIQueryIntervals Overload
netDxf.GTE Namespace

Clone this wiki locally