Namespace: Esri::GameEngine::Extent
Class: Esri/GameEngine/Extent/ArcGISExtent
Since: 1.0.0
Implements: ArcGISInstanceId
Summary
Abstract class of any kind of extent.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Center | ArcGISPoint | No | Yes | The center of the extent. |
Methods
Signature | Return Type | Summary |
---|---|---|
Equals(const ArcGISExtent&) | 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
Name | Type | Const | Summary |
---|---|---|---|
other | ArcGISExtent | Yes | The other extent. |
Returns bool
True if the comparison succeeds and the objects are equal, false otherwise.