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


IPositionVectorTransformation.GetParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPositionVectorTransformation Interface > IPositionVectorTransformation.GetParameters Method
ArcGIS Developer Help

IPositionVectorTransformation.GetParameters Method

Returns translation, rotation and scale values of the transformation.

[Visual Basic .NET]
Public Sub GetParameters ( _
    ByRef dx As Double, _
    ByRef dy As Double, _
    ByRef dz As Double, _
    ByRef rx As Double, _
    ByRef ry As Double, _
    ByRef rz As Double, _
    ByRef s As Double _
)
[C#]
public void GetParameters (
    ref double dx,
    ref double dy,
    ref double dz,
    ref double rx,
    ref double ry,
    ref double rz,
    ref double s
);
[C++]
HRESULT GetParameters(
  System.Double* dx,
  System.Double* dy,
  System.Double* dz,
  System.Double* rx,
  System.Double* ry,
  System.Double* rz,
  System.Double* s
);
[C++]
Parameters
dx [out]

dx is a parameter of type double* dy [out]
dy is a parameter of type double* dz [out]
dz is a parameter of type double* rx [out]
rx is a parameter of type double* ry [out]
ry is a parameter of type double* rz [out]
rz is a parameter of type double* s [out]
s is a parameter of type double*

Product Availability

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

See Also

IPositionVectorTransformation Interface