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


IItemTemplate.Enabled Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to open and prepare a raster type