TableSectionData.IsAcceptableParamIdAndCategoryId(Int32, ElementId, ElementId)
Method
Description:
Identifies if the given parameter id and category id can be assigned to a cell in the given row in this table.
Identifies if the given parameter id and category id can be assigned to a cell in the given row in this table.
Syntax
public bool IsAcceptableParamIdAndCategoryId(
int nRow,
ElementId paramId,
ElementId categoryId
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| nRow | Int32 | row index |
| paramId | ElementId | |
| categoryId | ElementId |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the ParamId and CategoryId are all valid. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given row number nRow is invalid. |
| ArgumentNullException | A non-optional argument was null |