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


ITransform2D.Transform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransform2D Interface > ITransform2D.Transform Method
ArcGIS Developer Help

ITransform2D.Transform Method

Applies an arbitrary transformation. In particular, the transformation parameter can be either an affine transformation or a geographic transformation (datum shift).

[Visual Basic .NET]
Public Sub Transform ( _
    ByVal Direction As esriTransformDirection, _
    ByVal Transformation As ITransformation _
)
[C#]
public void Transform (
    esriTransformDirection Direction,
    ITransformation Transformation
);
[C++]
HRESULT Transform(
  esriTransformDirection Direction,
  ITransformation* Transformation
);
[C++]
Parameters
Direction 

Direction is a parameter of type esriTransformDirection Transformation
Transformation is a parameter of type ITransformation*

Product Availability

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

See Also

ITransform2D Interface