Tuple3D Constructor TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also