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


IImageServer5.GetSensorProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServer5.GetSensorProperties Method

Gets the image coordinate system of a given raster.

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

Parameters RID [in] RID is a parameter of type long ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IImageServer5 Interface