Tuple3D Structure TIBCO Spotfire 7.9 API Reference
Class representing a point or vector in 3D space.

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(4, 0)]
public struct Tuple3D : ISerializable

The Tuple3D type exposes the following members.

Constructors

  NameDescription
Public methodTuple3D
Initializes a new instance of the Tuple3D structure.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two Tuple3D structures for equality.
Public operatorStatic memberInequality
Compares two Tuple3D structures for inequality.
Top
Properties

  NameDescription
Public propertyX
Gets the x component.
Public propertyY
Gets the y component.
Public propertyZ
Gets the z component.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference