Tuple3D Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the Tuple3D structure.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public Tuple3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: System Double
x component.
y
Type: System Double
y component.
z
Type: System Double
z component.
See Also