ZoomLevelRange Class TIBCO Spotfire 7.6 API Reference
Represents a range of zoom levels.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.Visuals.MapsZoomLevelRange

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

C#
[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(14, 0)]
public sealed class ZoomLevelRange : ISerializable, 
	IEquatable<ZoomLevelRange>

The ZoomLevelRange type exposes the following members.

Constructors

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

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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 ObjectGetHashCode.)
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.)
Top
Operators

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

  NameDescription
Public fieldStatic memberUnlimited
The unlimited zoom level range.
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.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference