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


IRasterTypeProperties2.IsSensorRasterType Property (ArcObjects .NET 10.5 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(
  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