This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadTransformations Interface > ICadTransformations.SetTransformation Method (ArcObjects .NET 10.4 SDK) |
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