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


IMolodenskyBadekasTransformation.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 > IMolodenskyBadekasTransformation Interface > IMolodenskyBadekasTransformation.PutParameters Method
ArcGIS Developer Help

IMolodenskyBadekasTransformation.PutParameters Method

Sets translation, rotation, scale, and XYZ center of rotation values for the transformation.

[Visual Basic .NET]
Public Sub PutParameters ( _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal dz As Double, _
    ByVal rx As Double, _
    ByVal ry As Double, _
    ByVal rz As Double, _
    ByVal s As Double, _
    ByVal xcr As Double, _
    ByVal ycr As Double, _
    ByVal zcr As Double _
)
[C#]
public void PutParameters (
    double dx,
    double dy,
    double dz,
    double rx,
    double ry,
    double rz,
    double s,
    double xcr,
    double ycr,
    double zcr
);
[C++]
HRESULT PutParameters(
  double dx,
  double dy,
  double dz,
  double rx,
  double ry,
  double rz,
  double s,
  double xcr,
  double ycr,
  double zcr
);
[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 rx
rx is a parameter of type double ry
ry is a parameter of type double rz
rz is a parameter of type double s
s is a parameter of type double xcr
xcr is a parameter of type double ycr
ycr is a parameter of type double zcr
zcr is a parameter of type double

Product Availability

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

See Also

IMolodenskyBadekasTransformation Interface