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


IGeodataXform.TransformExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.TransformExtent Method
ArcGIS Developer Help

IGeodataXform.TransformExtent Method

Transforms an extent in a given direction.

[Visual Basic .NET]
Public Sub TransformExtent ( _
    ByVal Direction As esriTransformDirection, _
    ByVal Extent As IEnvelope _
)
[C#]
public void TransformExtent (
    esriTransformDirection Direction,
    IEnvelope Extent
);
[C++]
HRESULT TransformExtent(
  esriTransformDirection Direction,
  IEnvelope* Extent
);
[C++]
Parameters
Direction [in]

Direction is a parameter of type esriTransformDirection Extent [in, out]
Extent is a parameter of type IEnvelope*

Product Availability

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

See Also

IGeodataXform Interface