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


ITransformation3DGEN.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 > ITransformation3DGEN Interface > ITransformation3DGEN.Transform Method
ArcGIS Developer Help

ITransformation3DGEN.Transform Method

Applies the current transformation to a set of points. Use of methods on ITransform3D is recommended instead of this method.

[Visual Basic .NET]
Public Sub Transform ( _
    ByRef originalPoints As WKSPointZ[], _
    ByRef transformedPoints As WKSPointZ[] _
)
[C#]
public void Transform (
    ref WKSPointZ[] originalPoints,
    ref WKSPointZ[] transformedPoints
);
[C++]
HRESULT Transform(
  SAFEARRAY(WKSPointZ)* originalPoints,
  SAFEARRAY(WKSPointZ)* transformedPoints
);
[C++]
Parameters
originalPoints [in]

originalPoints is a parameter of type SAFEARRAY(WKSPointZ)* transformedPoints [in, out]
transformedPoints is a parameter of type SAFEARRAY(WKSPointZ)*

Product Availability

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

See Also

ITransformation3DGEN Interface