ArcObjects Library Reference (Geometry)  

IGeocentricTranslation.GetParameters Method

Returns the translation values in meters for the X, Y and Z axis.

[Visual Basic .NET]
Public Sub GetParameters ( _
    ByRef dx As Double, _
    ByRef dy As Double, _
    ByRef dz As Double _
)
[C#]
public void GetParameters (
    ref double dx,
    ref double dy,
    ref double dz
);
[C++]
HRESULT GetParameters(
  double* dx,
  double* dy,
  double* dz
);
[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

Product Availability

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

See Also

IGeocentricTranslation Interface