ArcObjects Library Reference (Carto)  

IImageServerInit3.Project Method

Projects into a new 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

IImageServerInit3 Interface