This document is archived and information here might be outdated. Recommended version. |
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