CatalogQuery.Enabled Property
Gets or sets a flag indicating that the loaded maps should be enabled or disabled after they have been loaded.
Syntax
public System.Boolean Enabled { get; set; }
Property Value
Default: true
A flag indicating that the loaded maps should be enabled or disabled after they have been loaded.
Remarks
This property is only used when the CatalogQuery is attached to a CatalogLoadLayerSet, and not when used as an argument to Catalog.GetMaps or Catalog.GetDataSets.
If this property is specified, the CatalogLoadLayerSet will enable or disable the loaded maps after adding them as child layers.
Platforms
Windows, Linux, Android