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


IDERasterDataset.SensorType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterDataset Interface > IDERasterDataset.SensorType Property
ArcGIS Developer Help

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(
  System.String* 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