SymbolStandardMetadata.FindByType Method
Gets the SymbolMetadata entry for the specified mnemonic type code.
FindByType(System.String type)
Gets the SymbolMetadata entry for the specified mnemonic type code.Syntax
public SymbolMetadata FindByType (
System.String type
)
Parameters
A mnemonic type code.
Return Value
The metadata for the symbol specified by type or a null reference if the symbol cannot be found.
Remarks
This method performs a case-insensitive search. For example, calling FindByType with "WAR.AIRTRK.MIL.FIXD" returns the entry for the Military fixed wing symbol.
Platforms
Windows, Linux, Android