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


IProjectiveTransformation2DGEN.Project Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectiveTransformation2DGEN Interface > IProjectiveTransformation2DGEN.Project Method
ArcGIS Developer Help

IProjectiveTransformation2DGEN.Project Method

Moves this transformation into another spatial reference. If the transformations contains only translations, then use the MoveOrigin property to define an equivalent translation in the new spatial reference.

[Visual Basic .NET]
Public Sub Project ( _
    ByVal newSpatialReference As ISpatialReference _
)
[C#]
public void Project (
    ISpatialReference newSpatialReference
);
[C++]
HRESULT Project(
  ISpatialReference* newSpatialReference
);
[C++]
Parameters
newSpatialReference 

newSpatialReference is a parameter of type ISpatialReference*

Product Availability

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

See Also

IProjectiveTransformation2DGEN Interface