ArcObjects Library Reference (Geometry)  

IGeocentricTranslation.PutParameters Method

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

Product Availability

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

See Also

IGeocentricTranslation Interface