Numbering
|
Sets the filter and the output parameter that is going to be used by this schema.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public void SetScopeDefiningFilterAndOutputParam(
ElementId filterId,
ElementId numberingParameterId
)
Parameters
| Exception | Condition |
|---|---|
| ArgumentException | The given numberingParameterId is not compatible with the filterId provided for this numbering schema. |
| ArgumentNullException | A non-optional argument was null |