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


IGeocentricTranslation.GetParameters Method (ArcObjects .NET 10.4 SDK)
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