extentLimits

Getter

Get or set the largest and smallest values allowed for the extents for this ViewState The default limits vary based on the type of view:

  • Spatial and drawing view extents cannot exceed the diameter of the earth.
  • Sheet view extents cannot exceed ten times the paper size of the sheet. Explicitly setting the extent limits overrides the default limits.

extentLimits: ExtentLimits

@see resetExtentLimits to restore the default limits.

Returns - ExtentLimits

Setter

extentLimits(limits: ExtentLimits): void

Parameter Type Description
limits ExtentLimits  

Returns - void

Defined in

Last Updated: 05 May, 2024