<Code Lib>
2025.3 Method
Changes 1
M

FormatOptions.IsValidSymbol(ForgeTypeId)

Description:
Checks whether a symbol is valid for the unit in this FormatOptions.
Overloads (2):
IsValidSymbol(ForgeTypeId)

public bool IsValidSymbol(
	ForgeTypeId symbolTypeId
)

  • symbolTypeId
    Identifier of the symbol to check.
Return Value Boolean True if the symbol is valid, false otherwise.

Loading…