This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemTemplate Interface > IItemTemplate.Enabled Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the item template is active.
[Visual Basic .NET] Public Property Enabled As Boolean
[C#] public bool Enabled {get; set;}
[C++]
HRESULT get_Enabled(
VARIANT_BOOL* pbEnabled
);
[C++]
HRESULT put_Enabled(
VARIANT_BOOL pbEnabled
);
[C++]
Parameters pbEnabled [out, retval] pbEnabled is a parameter of type VARIANT_BOOL pbEnabled [in] pbEnabled is a parameter of type VARIANT_BOOL