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


IImageServer5.GetImageCoordinateSystem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer5 Interface > IImageServer5.GetImageCoordinateSystem Method
ArcGIS Developer Help

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
);
[C++]
Parameters
RID [in]

RID is a parameter of type long

Product Availability

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

See Also

IImageServer5 Interface