TableCellCombinedParameterDataCategoryId Property |
Category id for this parameter
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId CategoryId { get; set; }
Public Property CategoryId As ElementId
Get
Set
public:
property ElementId^ CategoryId {
ElementId^ get ();
void set (ElementId^ value);
}
member CategoryId : ElementId with get, set
Property Value
ElementId
Exceptions
See Also