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(
Array* originalPoints,
Array* transformedPoints
);
[C++]Parameters
originalPoints [in] originalPoints is a parameter of type Array transformedPoints [in, out] transformedPoints is a parameter of type Array
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.