Sets a cell's category and parameter Id
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public void SetCellParamIdAndCategoryId(
int nRow,
int nCol,
ElementId paramId,
ElementId categoryId
) |
Visual Basic |
---|
Public Sub SetCellParamIdAndCategoryId ( _
nRow As Integer, _
nCol As Integer, _
paramId As ElementId, _
categoryId As ElementId _
) |
Visual C++ |
---|
public:
void SetCellParamIdAndCategoryId(
int nRow,
int nCol,
ElementId^ paramId,
ElementId^ categoryId
) |
Exceptions
See Also