This document is archived and information here might be outdated.  Recommended version.


IGPXYDomain.GetExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPXYDomain Interface > IGPXYDomain.GetExtent Method
ArcGIS Developer Help

IGPXYDomain.GetExtent Method

Get the extent of the xy domain.

[Visual Basic .NET]
Public Function GetExtent ( _
) As IEnvelope
[C#]
public IEnvelope GetExtent (
);
[C++]
HRESULT GetExtent(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPXYDomain Interface