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

6f9a9063 de14 cebb e6c0 697da3e6470b

haplokuon edited this page May 6, 2023 · 1 revision

SetTimeInterval Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.ParametricCurve.SetTimeInterval(System.Double,System.Double)"]

Definition

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

C#

public void SetTimeInterval(
	double tmin,
	double tmax
)

VB

Public Sub SetTimeInterval ( 
	tmin As Double,
	tmax As Double
)

C++

public:
void SetTimeInterval(
	double tmin, 
	double tmax
)

F#

member SetTimeInterval : 
        tmin : float * 
        tmax : float -> unit 

Parameters

  Double
\[Missing <param name="tmin"/> documentation for "M:netDxf.GTE.ParametricCurve.SetTimeInterval(System.Double,System.Double)"\]
  Double
\[Missing <param name="tmax"/> documentation for "M:netDxf.GTE.ParametricCurve.SetTimeInterval(System.Double,System.Double)"\]

See Also

Reference

ParametricCurve Class
netDxf.GTE Namespace

Clone this wiki locally