This document is archived and information here might be outdated. Recommended version. |
Returns spatial references.
[Visual Basic .NET] Public Sub GetSpatialReferences ( _ ByRef ppFrom As ISpatialReference, _ ByRef ppTo As ISpatialReference _ )
[C#] public void GetSpatialReferences ( ref ISpatialReference ppFrom, ref ISpatialReference ppTo );
[C++]
HRESULT GetSpatialReferences(
ISpatialReference** ppFrom,
ISpatialReference** ppTo
);
[C++]
Parameters ppFrom [out]
ppFrom is a parameter of type ISpatialReference** ppTo [out]
ppTo is a parameter of type ISpatialReference**