This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.TransformExtent Method (ArcObjects .NET 10.5 SDK) |
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