ArcGIS Developer Help  (Geometry)    

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 6.0]
Sub Transform(
    ByVal direction As esriTransformDirection, _
    ByVal transformation As ITransformation _
)
[Visual Basic .NET]
Public Sub Transform ( _
    ByVal direction As esriTransformDirection, _
    ByVal transformation As ITransformation _
)
[C#]
public void Transform (
    esriTransformDirection direction,
    ITransformation transformation
);
[Java]
public void transform (
    esritransformDirection direction,
    Itransformation transformation
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page