ArcObjects Library Reference (GeoDatabase)  

IDERasterDataset.SensorType Property

The sensor type of this RasterDataset.

[Visual Basic .NET]
Public Property SensorType As String
[C#]
public string SensorType {get; set;}
[C++]
HRESULT get_SensorType(
  BSTR* sensor
);
[C++]
HRESULT put_SensorType(
  BSTR sensor
);
[C++]

Parameters

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

Product Availability

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

See Also

IDERasterDataset Interface