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


ISpatialReferenceFactory6.FindTransformations Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory6 Interface > ISpatialReferenceFactory6.FindTransformations Method
ArcGIS Developer Help

ISpatialReferenceFactory6.FindTransformations Method

Returns suitable geotransformations for a given pair of GCS.

[Visual Basic .NET]
Public Function FindTransformations ( _
    ByVal FindHVTransform As Boolean, _
    ByVal pFromSR As ISpatialReference, _
    ByVal pToSR As ISpatialReference, _
    ByVal pExtent As IEnvelope, _
    ByVal numResults As Integer _
) As IArray
[C#]
public IArray FindTransformations (
    bool FindHVTransform,
    ISpatialReference pFromSR,
    ISpatialReference pToSR,
    IEnvelope pExtent,
    int numResults
);
[C++]
HRESULT FindTransformations(
  VARIANT_BOOL FindHVTransform,
  ISpatialReference* pFromSR,
  ISpatialReference* pToSR,
  IEnvelope* pExtent,
  long numResults
);
[C++]
Parameters
FindHVTransform [in]

FindHVTransform is a parameter of type bool pFromSR [in]
pFromSR is a parameter of type ISpatialReference* pToSR [in]
pToSR is a parameter of type ISpatialReference* pExtent [in]
pExtent is a parameter of type IEnvelope* numResults [in]
numResults is a parameter of type long

Product Availability

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

See Also

ISpatialReferenceFactory6 Interface