Shape3D Class TIBCO Spotfire 7.9 API Reference
Class representing a marker shape in a 3D scatter plot.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.VisualsShape3D

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 sealed class Shape3D : ISerializable

The Shape3D type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two Shape3D objects for equality.
Public operatorStatic memberInequality
Compares two Shape3D objects for inequality.
Top
Remarks

Instances of this class cannot be created. Use the static Shapes3D class to retrieve the various shapes that can be used in a 3D scatter plot.
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