ZoomLevelRange Constructor TIBCO Spotfire 7.0 API Reference
Initializes a new instance of the ZoomLevelRange class.

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

public ZoomLevelRange(
	Nullable<int> start,
	Nullable<int> end
)

Parameters

start
Type: System Nullable Int32 
The starting (farthest) zoom level, or null if not limited to a starting zoom level.
end
Type: System Nullable Int32 
The ending (nearest) zoom level, or null if not limited to an ending zoom level.
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionThrown if any of start or end is negative.
System ArgumentExceptionThrown if start is greater than end.
System ArgumentExceptionThrown if start is less than 0 or end is greater than 18.
Version Information

Supported in: 7.0, 6.5
See Also