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


IGeoTransformation.PutSpatialReferences Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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

.NET Related Topics

Creating a custom geotransformation