ArcObjects Library Reference (DataSourcesFile)  

ICadTransformations.SetFromToTransform Method

Sets the points of a two point transformation.

[Visual Basic .NET]
Public Sub SetFromToTransform ( _
    ByRef fromPoint1 As WKSPoint, _
    ByRef fromPoint2 As WKSPoint, _
    ByRef toPoint1 As WKSPoint, _
    ByRef toPoint2 As WKSPoint _
)
[C#]
public void SetFromToTransform (
    ref WKSPoint fromPoint1,
    ref WKSPoint fromPoint2,
    ref WKSPoint toPoint1,
    ref WKSPoint toPoint2
);
[C++]
HRESULT SetFromToTransform(
  _WKSPoint* fromPoint1,
  _WKSPoint* fromPoint2,
  _WKSPoint* toPoint1,
  _WKSPoint* toPoint2
);
[C++]

Parameters

fromPoint1 [in]

  fromPoint1 is a parameter of type _WKSPoint

fromPoint2 [in]

  fromPoint2 is a parameter of type _WKSPoint

toPoint1 [in]

  toPoint1 is a parameter of type _WKSPoint

toPoint2 [in]

  toPoint2 is a parameter of type _WKSPoint

Product Availability

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

See Also

ICadTransformations Interface