2027 Constructor
Changes 1
C

FormatOptions(ForgeTypeId, ForgeTypeId)

Description:
Creates a new FormatOptions object that represents custom formatting.
Overloads (4):
FormatOptions(ForgeTypeId,ForgeTypeId)
public FormatOptions(
	ForgeTypeId unitTypeId,
	ForgeTypeId symbolTypeId
)
  • unitTypeId
    Identifier of the unit to display.
  • symbolTypeId
    Identifier of the symbol with which to render the unit.
  • unitTypeId is not a unit identifier. See UnitUtils.IsUnit(ForgeTypeId) and UnitUtils.GetUnitTypeId(DisplayUnitType). -or- symbolTypeId is not a valid symbol for unitTypeId.
  • A non-optional argument was null