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


IImageFeaturePoints.Project Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageFeaturePoints Interface > IImageFeaturePoints.Project Method
ArcGIS Developer Help

IImageFeaturePoints.Project Method

Projects image feature points to a given spatial reference.

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

pSpatialReference is a parameter of type ISpatialReference*

Product Availability

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

See Also

IImageFeaturePoints Interface