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


IHVCompositeDatumTransformationEditor.GetSpatialReferences Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IH > IHVCompositeDatumTransformationEditor Interface > IHVCompositeDatumTransformationEditor.GetSpatialReferences Method
ArcGIS Developer Help

IHVCompositeDatumTransformationEditor.GetSpatialReferences Method

Returns spatial references.

[Visual Basic .NET]
Public Sub GetSpatialReferences ( _
    ByRef ppFrom As IGeographicCoordinateSystem, _
    ByRef ppTo As IGeographicCoordinateSystem _
)
[C#]
public void GetSpatialReferences (
    ref IGeographicCoordinateSystem ppFrom,
    ref IGeographicCoordinateSystem ppTo
);
[C++]
HRESULT GetSpatialReferences(
  IGeographicCoordinateSystem** ppFrom,
  IGeographicCoordinateSystem** ppTo
);
[C++]
Parameters
ppFrom [out]

ppFrom is a parameter of type IGeographicCoordinateSystem** ppTo [out]
ppTo is a parameter of type IGeographicCoordinateSystem**

Product Availability

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

See Also

IHVCompositeDatumTransformationEditor Interface