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


IImageServer5.GetImageCoordinateSystem Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServer5.GetImageCoordinateSystem Method

Gets the image coordinate system of a given raster.

[Visual Basic .NET]
Public Function GetImageCoordinateSystem ( _
    ByVal RID As Integer _
) As ISpatialReference
[C#]
public ISpatialReference GetImageCoordinateSystem (
    int RID
);
[C++]
HRESULT GetImageCoordinateSystem(
  long RID,
  ISpatialReference** ppImageCS
);
[C++]

Parameters RID [in] RID is a parameter of type long ppImageCS [out, retval]
ppImageCS is a parameter of type ISpatialReference

Product Availability

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

See Also

IImageServer5 Interface