ArcObjects Library Reference  (Geometry)    

IGeoTransformation.PutSpatialReferences Method

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
);
[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

 


Feedback Send feedback on this page