NumberingSchemaGetPartitioningParameters Method

Get the set of parameters used by this numbering schema to segregate a set of elements to a separate set of element where matching and numbering will be performed.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public ICollection<NumberingParameter> GetPartitioningParameters()

Return Value

ICollectionNumberingParameter
Returns the set of parameters used to partition elements within the numbering schema.
See Also