ArcObjects Library Reference (DataSourcesRaster)  

IItemTemplate.Enabled Property

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

Product Availability

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

See Also

IItemTemplate Interface