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


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

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(
  System.Double* dx,
  System.Double* dy,
  System.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