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


ICadTransformations.SetTransformation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadTransformations Interface > ICadTransformations.SetTransformation Method
ArcGIS Developer Help

ICadTransformations.SetTransformation Method

Sets the rotation, scale, and translation of a transformation.

[Visual Basic .NET]
Public Sub SetTransformation ( _
    ByRef from As WKSPoint, _
    ByRef to As WKSPoint, _
    ByVal angle As Double, _
    ByVal scale As Double _
)
[C#]
public void SetTransformation (
    ref WKSPoint from,
    ref WKSPoint to,
    ref double angle,
    ref double scale
);
[C++]
HRESULT SetTransformation(
  WKSPoint* from,
  WKSPoint* to,
  double angle,
  double scale
);
[C++]
Parameters
from [in]

from is a parameter of type WKSPoint* to [in]
to is a parameter of type WKSPoint* angle [in]
angle is a parameter of type double scale [in]
scale is a parameter of type double

Product Availability

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

See Also

ICadTransformations Interface