CatalogLoadLayerSet.Queries Property
Gets the list of queries used to find and load the map services.
Syntax
public CatalogQueryCollection Queries { get; }
Property Value
Default: Empty collection.
A list of queries used to find and load the map services
Remarks
This property should normally hold one or more CatalogQuery instances. Each query will be executed, and the matching metadata records will be loaded using Catalog.LoadMap. The resulting CatalogMap instances will then be added as child layers to the CatalogLoadLayerSet. If no queries are specified, all maps from the catalog will be loaded and added as child layers, which could be very ineffective.
Platforms
Windows, Linux, Android