RebarContainerParameterManager.IsOverriddenParameterModifiable
Method
Description:
Checks if overridden parameter is modifiable.
Checks if overridden parameter is modifiable.
Parameters
| Parameter | Type | Description |
|---|---|---|
| paramId | ElementId | Overridden parameter id |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the parameter is modifiable, false if the parameter is readonly. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | paramId has no override |
| ArgumentNullException | A non-optional argument was null |