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


IFeatureProject.Project Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureProject Interface > IFeatureProject.Project Method
ArcGIS Developer Help

IFeatureProject.Project Method

Project the feature geometry to the provided spatial reference.

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

outputSR is a parameter of type ISpatialReference*

Product Availability

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

Remarks

Projects the feature from the current spatial reference to the output spatial reference.

See Also

IFeatureProject Interface