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