Represents the parameter of the elements that this scheme could be used to color.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId ParameterDefinition { get; set; }
Property Value
ElementIdExceptions
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The paramId cannot be applied to the scheme. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
