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


IGeodataXform.TransformExtent Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

DataSourcesRaster | How to perform a geodata transformation on a raster