CatalogMap.GetPublicObject Method
Retrieves a public object from the map.
GetPublicObject(System.String publicObject)
Retrieves a public object from the map.Syntax
public EngineObject GetPublicObject (
System.String publicObject
)
Parameters
The name of the public object.
Return Value
The object with the specified name, or a null reference if the name is not found.
Remarks
The metadata for the map lists all public objects defined in map. However, if the map includes other maps through a CatalogLoadLayerSet, the public objects from those maps will not be listed in the metadata. To list all public objects available for a map, you can call GetAllPublicObjects once the map is loaded.
Platforms
Windows, Linux, Android