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: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.