ArcObjects Library Reference (Geometry)  

ITransform3D.Transform3D Method

Applies an arbitrary 3D transformation.

[Visual Basic .NET]
Public Sub Transform3D ( _
    ByVal direction As esriTransformDirection, _
    ByVal transformation As ITransformation3D _
)
[C#]
public void Transform3D (
    esriTransformDirection direction,
    ITransformation3D transformation
);
[C++]
HRESULT Transform3D(
  esriTransformDirection direction,
  ITransformation3D* transformation
);
[C++]

Parameters

direction

  direction is a parameter of type esriTransformDirection

transformation

  transformation is a parameter of type ITransformation3D

Product Availability

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

See Also

ITransform3D Interface