CatalogMetadata.PublicObjects Property
Gets a list of public objects defined by the map.
Syntax
public StringCollection PublicObjects { get; }
Property Value
A list of public object names.
Remarks
These objects can be retrieved by calling CatalogMap.GetPublicObject.
This property is a Carmenta Engine addition; it is not part of the ISO 19139 standard.
If the map includes other maps through a CatalogLoadLayerSet, the public objects from the included maps will not be available through this property. To retrieve all public objects, you must first load the map with Catalog.LoadMap, and the call CatalogMap.GetAllPublicObjects.
Platforms
Windows, Linux, Android