ArcObjects Library Reference  (GeoDatabase)    

IFeatureProject.Project Method

Project the feature geometry to the provided spatial reference.

[Visual Basic 6.0]
Sub Project(
    ByVal outputSR As ISpatialReference _
)
[Visual Basic .NET]
Public Sub Project ( _
    ByVal outputSR As ISpatialReference _
)
[C#]
public void Project (
    ISpatialReference outputSR
);
[Java]
public void project (
    ISpatialReference outputSR
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page