Share

TableSectionData.IsAcceptableParamIdAndCategoryId(ElementId, ElementId) Method

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: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool IsAcceptableParamIdAndCategoryId(
	ElementId paramId,
	ElementId categoryId
)

Parameters

paramId  ElementId
 
categoryId  ElementId
 

Return Value

Boolean
True if the ParamId and CategoryId are all acceptable.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?