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

16fa6459 4a74 8047 0527 02c84e950c80

haplokuon edited this page May 6, 2023 · 1 revision

T Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.UniqueKnot.T"]

Definition

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

C#

public double T { get; set; }

VB

Public Property T As Double
	Get
	Set

C++

public:
property double T {
	double get ();
	void set (double value);
}

F#

member T : float with get, set

Property Value

Double

See Also

Reference

UniqueKnot Structure
netDxf.GTE Namespace

Clone this wiki locally