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


IItemTemplate2.SupportsEnhancement Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate2.SupportsEnhancement Property

Indicates whether the item template contains functions that enhance a dataset.

[Visual Basic .NET]
Public Property SupportsEnhancement As Boolean
[C#]
public bool SupportsEnhancement {get; set;}
[C++]
HRESULT get_SupportsEnhancement(
  VARIANT_BOOL pbSupportsEnhancement
);
[C++]
HRESULT put_SupportsEnhancement(
  Boolean* pbSupportsEnhancement
);
[C++]

Parameters pbSupportsEnhancement [in]
pbSupportsEnhancement is a parameter of type bool pbSupportsEnhancement [out, retval]
pbSupportsEnhancement is a parameter of type bool*

Product Availability

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

See Also

IItemTemplate2 Interface