ArcObjects Library Reference (GeoDatabase)  

IRasterDataset.SensorType Property

The sensor type used for this RasterDataset.

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

Parameters

SensorType [out, retval]   SensorType is a parameter of type BSTR

Product Availability

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

See Also

IRasterDataset Interface