This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties2 Interface > IRasterTypeProperties2.IsSensorRasterType Property (ArcObjects .NET 10.4 SDK) |
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