Tuple3D Structure

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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
Properties

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

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two Tuple3D structures for equality.
Public operatorStatic memberInequality
Compares two Tuple3D structures for inequality.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodISerializableGetObjectData
Implements ISerializable.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference