2027 Method
Changes 8
M

NumberingSchema.GetAvailableParameters

Description:
Get all the available parameters that can be used with numbering.
public static ISet<NumberingParameter> GetAvailableParameters(
	ElementId category,
	Document document
)
  • category
    The category for the element that will be numbered.
  • document
    The document where the elements will be numbered.
Return Value ISet<NumberingParameter> The parameters that can be used for numbering in this category and from their associations.