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


ISpatialReferenceFactory2.CreatePredefinedGeographicTransformations Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory2 Interface > ISpatialReferenceFactory2.CreatePredefinedGeographicTransformations Method
ArcGIS Developer Help

ISpatialReferenceFactory2.CreatePredefinedGeographicTransformations Method

Creates a list of predefined geographic transformations.

[Visual Basic .NET]
Public Function CreatePredefinedGeographicTransformations ( _
) As ISet
[C#]
public ISet CreatePredefinedGeographicTransformations (
);
[C++]
HRESULT CreatePredefinedGeographicTransformations(
void
);

Product Availability

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

Description

Returns a list of all predefined geographic (datum) transformations. The list has two columns: the factory code and the name.

See Also

ISpatialReferenceFactory2 Interface