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


IItemTemplate2.EnableEnhancement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate2.EnableEnhancement Method

Enable or disable functions that enhance a dataset.

[Visual Basic .NET]
Public Sub EnableEnhancement ( _
    ByVal bEnableEnhancement As Boolean _
)
[C#]
public void EnableEnhancement (
    bool bEnableEnhancement
);
[C++]
HRESULT EnableEnhancement(
  VARIANT_BOOL bEnableEnhancement
);
[C++]

Parameters bEnableEnhancement [in] bEnableEnhancement is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IItemTemplate2 Interface