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