This document is archived and information here might be outdated. Recommended version. |
Sets spatial references. Also calls SetVerticalCoordinateSystems
[Visual Basic .NET] Public Sub SetSpatialReferences ( _ ByVal pFrom As IGeographicCoordinateSystem, _ ByVal pTo As IGeographicCoordinateSystem _ )
[C#] public void SetSpatialReferences ( IGeographicCoordinateSystem pFrom, IGeographicCoordinateSystem pTo );
[C++]
HRESULT SetSpatialReferences(
IGeographicCoordinateSystem* pFrom,
IGeographicCoordinateSystem* pTo
);
[C++] Parameters pFrom [in]
pFrom is a parameter of type IGeographicCoordinateSystem* pTo [in]
pTo is a parameter of type IGeographicCoordinateSystem*