ArcObjects Library Reference (Geoprocessing)  

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(
  IEnvelope** ppExtent
);
[C++]

Parameters

ppExtent [out, retval]

  ppExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IGPXYDomain Interface