ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.IsSensorRasterType Property

Indicates whether the raster type processes sensor data sources (as opposed to regular raster data sources).

[Visual Basic .NET]
Public Property IsSensorRasterType As Boolean
[C#]
public bool IsSensorRasterType {get; set;}
[C++]
HRESULT get_IsSensorRasterType(
  VARIANT_BOOL* pbIsSensorRasterType
);
[C++]
HRESULT put_IsSensorRasterType(
  VARIANT_BOOL pbIsSensorRasterType
);
[C++]

Parameters

pbIsSensorRasterType [out, retval]   pbIsSensorRasterType is a parameter of type VARIANT_BOOL pbIsSensorRasterType [in]   pbIsSensorRasterType is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeProperties2 Interface