This document is archived and information here might be outdated. Recommended version. |
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**