Sets this overridden parameter to be readonly.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetOverriddenParameterReadonly( ElementId paramId )
Parameters
- paramId ElementId
- Overridden parameter id
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | paramId has no override |
| ArgumentNullException | A non-optional argument was null |
