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


IItemTemplate2.IsSensorTemplate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate2.IsSensorTemplate Property

Indicates whether the item template can be used to build sensor data sources (as opposed to regular raster data sources).

[Visual Basic .NET]
Public Property IsSensorTemplate As Boolean
[C#]
public bool IsSensorTemplate {get; set;}
[C++]
HRESULT get_IsSensorTemplate(
  VARIANT_BOOL* pbIsSensorTemplate
);
[C++]
HRESULT put_IsSensorTemplate(
  VARIANT_BOOL pbIsSensorTemplate
);
[C++]

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

Product Availability

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

See Also

IItemTemplate2 Interface