TableCellCombinedParameterData.ParamId Property

TableCellCombinedParameterDataParamId Property

The parameter id

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId ParamId { get; set; }
Public Property ParamId As ElementId
	Get
	Set
public:
property ElementId^ ParamId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member ParamId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also