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


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

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