UnitUtils.IsSymbol
Method
Description:
Checks whether a ForgeTypeId identifies a symbol.
Checks whether a ForgeTypeId identifies a symbol.
Remarks:
The SymbolTypeId class offers symbol identifiers.
The SymbolTypeId class offers symbol identifiers.
Parameters
| Parameter | Type | Description |
|---|---|---|
| symbolTypeId | ForgeTypeId | The identifier to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the ForgeTypeId identifies a symbol, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |