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


IRasterTypeProperties2.IsSensorRasterType Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* pbIsSensorRasterType
);
[C++]

Parameters pbIsSensorRasterType [in]
pbIsSensorRasterType is a parameter of type bool pbIsSensorRasterType [out, retval]
pbIsSensorRasterType is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties2 Interface