FormatOptions.IsValidSymbol(ForgeTypeId)
Method
Description:
Checks whether a symbol is valid for the unit in this FormatOptions.
Checks whether a symbol is valid for the unit in this FormatOptions.
Parameters
| Parameter | Type | Description |
|---|---|---|
| symbolTypeId | ForgeTypeId | Identifier of the symbol to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the symbol is valid, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | UseDefault is true in this FormatOptions. |