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


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

IPositionVectorTransformation.PutParameters Method

Sets translation, rotation and scale 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 _
)
[C#]
public void PutParameters (
    double dx,
    double dy,
    double dz,
    double rx,
    double ry,
    double rz,
    double s
);
[C++]
HRESULT PutParameters(
  double dx,
  double dy,
  double dz,
  double rx,
  double ry,
  double rz,
  double s
);
[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

Product Availability

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

See Also

IPositionVectorTransformation Interface