Sets the from and to spatial references for the transformation.
[Visual Basic .NET] Public Sub PutSpatialReferences ( _ ByVal from As ISpatialReference, _ ByVal to As ISpatialReference _ )
[C#] public void PutSpatialReferences ( ISpatialReference from, ISpatialReference to );
[C++]
HRESULT PutSpatialReferences(
ISpatialReference* from,
ISpatialReference* to
);
[C++]Parameters
fromfrom is a parameter of type ISpatialReference
toto is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.