PCExpressionEditorSymbolTmp.symbolExists Method
Determines whether a symbol exists with correct case and with the given type.
Syntax
public boolean symbolExists(PCExpressionEditorSymbol _symbol, PCExpressionEditorSymbolType _type)
Run On
Called
Parameters
- _symbol
Type: PCExpressionEditorSymbol Extended Data Type
The symbol.
- _type
Type: PCExpressionEditorSymbolType Enumeration
The type.
Return Value
Type: boolean
true if the symbol exists with the given type; otherwise, false.