This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformation Interface > IGeoTransformation.PutSpatialReferences Method (ArcObjects .NET 10.4 SDK) |
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