Table |
Identifies if the given parameter id and category id can be assigned to a cell in this table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

public bool IsAcceptableParamIdAndCategoryId(
ElementId paramId,
ElementId categoryId
)
Parameters
Return Value
BooleanTrue if the ParamId and CategoryId are all acceptable.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
