CatalogMap.GetAllPublicObjects Method
Retrieves a list of all public object loaded by a map, including those loaded indirectly by included maps.
GetAllPublicObjects()
Retrieves a list of all public object loaded by a map, including those loaded indirectly by included maps.Syntax
public StringCollection GetAllPublicObjects ()
Return Value
A list of public object names.
Remarks
Unlike the CatalogMetadata.PublicObjects property, this method will also return public objects defined in maps included in this map with CatalogLoadLayerSet.
To access a public object, call GetPublicObject with one of the names from this list. This will work even if the object is included indirectly through a CatalogLoadLayerSet.
If two included maps each define a public object with the same name, only one of them will be accessible.
Platforms
Windows, Linux, Android