Skip to content

ArcGISExtent

Namespace: Esri::GameEngine::Extent
Class: Esri/GameEngine/Extent/ArcGISExtent
Since: 1.0.0
Implements: ArcGISInstanceId

Summary

Abstract class of any kind of extent.

Properties

PropertyTypeNullableReadonlySummary
CenterArcGISPointNoYes

The center of the extent.

Center

ArcGISPoint GetCenter() const

The center of the extent.

Methods

SignatureReturn TypeSummary

Equals(const ArcGISExtent&)

bool

Tests if this extent is equal to a second ArcGISExtent object.

Equals

bool Equals(const ArcGISExtent& otherExtent) const

Tests if this extent is equal to a second ArcGISExtent object.

Since 2.1.0

Arguments
NameTypeConstSummary
otherExtentArcGISExtentYes

The other extent.

Returns bool

True if the comparison succeeds and the objects are equal, false otherwise.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.