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


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

IItemTemplate2.IsEnhancementEnabled Property

Indicates whether the item template will enhance datasets.

[Visual Basic .NET]
Public ReadOnly Property IsEnhancementEnabled As Boolean
[C#]
public bool IsEnhancementEnabled {get;}
[C++]
HRESULT get_IsEnhancementEnabled(
  VARIANT_BOOL* pbEnable
);
[C++]

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

Product Availability

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

See Also

IItemTemplate2 Interface