ArcObjects Library Reference (Carto)  

IImageServerMeasureResult.SensorName Property

The senor model name.

[Visual Basic .NET]
Public Property SensorName As String
[C#]
public string SensorName {get; set;}
[C++]
HRESULT get_SensorName(
  BSTR* pSensorName
);
[C++]
HRESULT put_SensorName(
  BSTR pSensorName
);
[C++]

Parameters

pSensorName [out, retval]   pSensorName is a parameter of type BSTR pSensorName [in]   pSensorName is a parameter of type BSTR

Product Availability

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

See Also

IImageServerMeasureResult Interface