This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet Interface > IGeoTransformationOperationSet.Get Method (ArcObjects .NET 10.4 SDK) |
Returns a default geographic transformation.
[Visual Basic .NET] Public Sub Get ( _ ByVal pFromGCS As IGeographicCoordinateSystem, _ ByVal pToGCS As IGeographicCoordinateSystem, _ ByRef Direction As esriTransformDirection, _ ByRef Transformation As IGeoTransformation _ )
[C#] public void Get ( IGeographicCoordinateSystem pFromGCS, IGeographicCoordinateSystem pToGCS, ref esriTransformDirection Direction, ref IGeoTransformation Transformation );
[C++]
HRESULT Get(
IGeographicCoordinateSystem* pFromGCS,
IGeographicCoordinateSystem* pToGCS,
esriTransformDirection* Direction,
IGeoTransformation** Transformation
);
[C++]
Parameters pFromGCS
pFromGCS is a parameter of type IGeographicCoordinateSystem pToGCS
pToGCS is a parameter of type IGeographicCoordinateSystem Direction [out]
Direction is a parameter of type esriTransformDirection Transformation [out]
Transformation is a parameter of type IGeoTransformation