Identifies if the given parameter id and category id can be assigned to a cell in the given row in this table.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAcceptableParamIdAndCategoryId(
int nRow,
ElementId paramId,
ElementId categoryId
)
Parameters
- nRow Int32
-
row index
- paramId ElementId
-
- categoryId ElementId
-
Return Value
Boolean
True if the ParamId and CategoryId are all valid.
Exceptions
See Also
Reference