ArcObjects Library Reference (Geoprocessing)  

IGPExtent.GetExtent Method

Gets the type and values of extent.

[Visual Basic .NET]
Public Function GetExtent ( _
    ByRef envType As esriGPExtentEnum _
) As IEnvelope
[C#]
public IEnvelope GetExtent (
    ref esriGPExtentEnum envType
);
[C++]
HRESULT GetExtent(
  esriGPExtentEnum* envType,
  IEnvelope** Extent
);
[C++]

Parameters

envType [out]

  envType is a parameter of type esriGPExtentEnum

Extent [out, retval]

  Extent is a parameter of type IEnvelope

Product Availability

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

See Also

IGPExtent Interface