This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeocentricTranslation Interface > IGeocentricTranslation.GetParameters Method (ArcObjects .NET 10.5 SDK) |
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