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


IMolodenskyTransformation.PutParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMolodenskyTransformation Interface > IMolodenskyTransformation.PutParameters Method
ArcGIS Developer Help

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