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


IMolodenskyTransformation.PutParameters Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IMolodenskyTransformation.PutParameters Method

Sets the dx, dy and dz parameters.

[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

IMolodenskyTransformation Interface