<Code Lib>
2022 Method
Changes 0
M

TableSectionData.IsAcceptableParamIdAndCategoryId(Int32, ElementId, ElementId)

Description:
Identifies if the given parameter id and category id can be assigned to a cell in the given row in this table.
Overloads (2):
IsAcceptableParamIdAndCategoryId(Int32,ElementId,ElementId)

public bool IsAcceptableParamIdAndCategoryId(
	int nRow,
	ElementId paramId,
	ElementId categoryId
)

Return Value bool True if the ParamId and CategoryId are all valid.

Loading…