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


ICadTransformations.GetFromToTransform Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICadTransformations.GetFromToTransform Method

Returns the points of a two point transformation.

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

Parameters fromPoint1 [out]
fromPoint1 is a parameter of type _WKSPoint fromPoint2 [out]
fromPoint2 is a parameter of type _WKSPoint toPoint1 [out]
toPoint1 is a parameter of type _WKSPoint toPoint2 [out]
toPoint2 is a parameter of type _WKSPoint

Product Availability

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

See Also

ICadTransformations Interface

.NET Related Topics

How to get the points of a two-point CAD transformation | How to set the points of a two-point CAD transformation