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

8f2d14f5 b609 0ead f994 b0cf7e7f8eb8

haplokuon edited this page May 6, 2023 · 1 revision

TIQueryIntervals(Double[], Double[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the TIQueryIntervals class

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public TIQueryIntervals(
	double[] interval0,
	double[] interval1
)

VB

Public Sub New ( 
	interval0 As Double(),
	interval1 As Double()
)

C++

public:
TIQueryIntervals(
	array<double>^ interval0, 
	array<double>^ interval1
)

F#

new : 
        interval0 : float[] * 
        interval1 : float[] -> TIQueryIntervals

Parameters

  Double[]
\[Missing <param name="interval0"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double[],System.Double[])"\]
  Double[]
\[Missing <param name="interval1"/> documentation for "M:netDxf.GTE.TIQueryIntervals.#ctor(System.Double[],System.Double[])"\]

See Also

Reference

TIQueryIntervals Class
TIQueryIntervals Overload
netDxf.GTE Namespace

Clone this wiki locally