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


ICadTransformations.GetFromToTransform 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.GetFromToTransform Method
ArcGIS Developer Help

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