This document is archived and information here might be outdated.  Recommended version.


IGeoTransformation.PutSpatialReferences Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformation Interface > IGeoTransformation.PutSpatialReferences Method
ArcGIS Developer Help

IGeoTransformation.PutSpatialReferences Method

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
from 

from is a parameter of type ISpatialReference* to
to is a parameter of type ISpatialReference*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoTransformation Interface