Catalog.GetGlobes Methods
Gets globe metadata records in a Catalog.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | GetGlobes() | Gets all globe metadata records in the Catalog. |
Public method | GetGlobes(CatalogQuery query) | Gets all globe metadata records that match the specified CatalogQuery. |
GetGlobes()
Gets all globe metadata records in the Catalog.Syntax
public CatalogMetadataCollection GetGlobes ()
Return Value
Type: A collection of CatalogMetadata elements.
A list that contains all globe metadata records in the catalog.
A list that contains all globe metadata records in the catalog.
GetGlobes(CatalogQuery query)
Gets all globe metadata records that match the specified CatalogQuery.Syntax
public CatalogMetadataCollection GetGlobes (
CatalogQuery query
)
Parameters
query
Type: CatalogQuery
Search parameters. Only metadata records matching these parameters are returned.
Search parameters. Only metadata records matching these parameters are returned.
Return Value
Type: A collection of CatalogMetadata elements.
A list of matching globe metadata records, possibly empty.
A list of matching globe metadata records, possibly empty.
Platforms
Windows, Linux, Android