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


ISpatialReferenceFactory6.FindTransformations Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  IArray** ppTs
);
[C++]

Parameters FindHVTransform [in] FindHVTransform is a parameter of type VARIANT_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 ppTs [out, retval]
ppTs is a parameter of type IArray

Product Availability

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

See Also

ISpatialReferenceFactory6 Interface