TableSectionData.IsAcceptableParamIdAndCategoryId(ElementId, ElementId)
Method
Description:
Identifies if the given parameter id and category id can be assigned to a cell in this table.
Identifies if the given parameter id and category id can be assigned to a cell in this table.
Parameters
| Parameter | Type | Description |
|---|---|---|
| paramId | ElementId | |
| categoryId | ElementId |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the ParamId and CategoryId are all acceptable. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |