Sets the from and to spatial references for the transformation.
[Visual Basic 6.0] Sub PutSpatialReferences(
ByVal from As ISpatialReference, _
ByVal to As ISpatialReference _
)
[Visual Basic .NET] Public Sub PutSpatialReferences ( _ ByVal from As ISpatialReference, _ ByVal to As ISpatialReference _ )
[C#] public void PutSpatialReferences ( ISpatialReference from, ISpatialReference to );
[Java] public void putSpatialReferences ( ISpatialReference from, ISpatialReference to ) throws IOException, AutomationException
[C++] HRESULT PutSpatialReferences( ISpatialReference* from, ISpatialReference* to );
Parameters
from
from is a parameter of type ISpatialReference
to
to is a parameter of type ISpatialReference