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