ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.GetApplicableGeotransformations Method

The method returns Geotransformations which can be used for the Input and Output spatial references.

ERROR: Syntax information about ICoordinate.GetApplicableGeotransformations may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT GetApplicableGeotransformations(
  ISet* ipGeotransforms
);
[C++]

Parameters

ipGeotransforms [out, retval]

  ipGeotransforms is a parameter of type ISet

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

Once an InputSpatialReference and OutputSpatialReference have been set this method can be used to get a set of valid Geotransformations. A Geotransformation is valid if it has both  InputSpatialReference and OutputSpatialReference as target or source, i.e. is applicable in either forward or reverse.

See Also

ICoordinate Interface