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


IItemTemplate2.SupportsEnhancement Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbSupportsEnhancement
);
[C++]

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

Product Availability

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

See Also

IItemTemplate2 Interface