SymbolStandardMetadata.FindByHierarchy Method
Gets the SymbolMetadata entry associated with the specified hierarchy.
FindByHierarchy(System.String hierarchy)
Gets the SymbolMetadata entry associated with the specified hierarchy.Syntax
public SymbolMetadata FindByHierarchy (
System.String hierarchy
)
Parameters
A hierarchy.
Return Value
The metadata for the symbol specified by hierarchy or a null reference if the symbol cannot be found.
Remarks
This method performs a case-insensitive search. For example, calling FindByHierarchy with "1.X.2.1.1" returns the entry for the Military fixed wing symbol.
Platforms
Windows, Linux, Android