CatalogLayer.Metadata Property
Gets a reference to the metadata object that was used to load the catalog map.
Syntax
public CatalogMetadata Metadata { get; }
Property Value
The metadata object that was used to load the map, null if not a top-level map.
Remarks
For the CatalogMap instance returned from a call to Catalog.LoadMap, this property will hold a reference to the CatalogMetadata instance that was used to load it. For all CatalogLayer child layers of the map, this property will usually return null.
However, if the map aggregates other catalog maps through a CatalogLoadLayerSet object, the CatalogLayer instances representing the aggregated map, will return the metadata instances used to load those maps.
Platforms
Windows, Linux, Android