ArcObjects Library Reference (Geometry)  

ISpatialReferenceFactory2.GetPredefinedGeographicTransformations Method

Returns a list of predefined geographic transformations.

[Visual Basic .NET]
Public Function GetPredefinedGeographicTransformations ( _
) As ISet
[C#]
public ISet GetPredefinedGeographicTransformations (
);
[C++]
HRESULT GetPredefinedGeographicTransformations(
  ISet** predefinedGTs
);
[C++]

Parameters

predefinedGTs [out, retval]

  predefinedGTs is a parameter of type ISet

Product Availability

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

See Also

ISpatialReferenceFactory2 Interface