Tuple3D Constructor TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also