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.PutParameters Method (ArcObjects .NET 10.5 SDK) |
Sets the translation values in meters for the X, Y and Z axis.
[Visual Basic .NET] Public Sub PutParameters ( _ ByVal dx As Double, _ ByVal dy As Double, _ ByVal dz As Double _ )
[C#] public void PutParameters ( double dx, double dy, double dz );
[C++]
HRESULT PutParameters(
double dx,
double dy,
double dz
);
[C++]
Parameters dx dx is a parameter of type double dy dy is a parameter of type double dz dz is a parameter of type double