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


IRasterTypeProperties2.IsSensorRasterType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.IsSensorRasterType Property
ArcGIS Developer Help

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