This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory6 Interface > ISpatialReferenceFactory6.FindTransformations Method (ArcObjects .NET 10.4 SDK) |
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