2025 Method
Changes 2
M

Category.GetBuiltInCategoryTypeId

Description:
Gets the ForgeTypeId identifying the given built-in category.
Remarks:
The given BuiltInCategory value must be valid according to Category.IsBuiltInCategoryValid(BuiltInCategory).
public static ForgeTypeId GetBuiltInCategoryTypeId(
	BuiltInCategory categoryId
)
Return Value ForgeTypeId The identifier of the given built-in category.
  • categoryId is not a valid built-in category. See Category.IsBuiltInCategoryValid(BuiltInCategory).