This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerMeasureResult Interface > IImageServerMeasureResult.SensorName Property (ArcObjects .NET 10.5 SDK) |
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