ZoomLevelRange Members TIBCO Spotfire 7.0 API Reference
The ZoomLevelRange type exposes the following members.
Constructors

  NameDescription
Public methodZoomLevelRange
Initializes a new instance of the ZoomLevelRange class.
Back to Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object Equals(Object).)
Public methodEquals(ZoomLevelRange)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Equality operator.
Public operatorStatic memberInequality
Inequality operator.
Back to Top
Fields

  NameDescription
Public fieldStatic memberUnlimited
The unlimited zoom level range.
Back to Top
Properties

  NameDescription
Public propertyEnd
Gets the ending (nearest) zoom level, or null if not limited to an ending zoom level.
Public propertyStart
Gets the starting (farthest) zoom level, or null if not limited to a starting zoom level.
Back to Top
See Also