RebarShapeDefinition.SetParameterDefaultValue
Method
Description:
Change the parameter's value as stored in the definition.
Change the parameter's value as stored in the definition.
Parameters
Parameter | Type | Description |
---|---|---|
paramId | ElementId | Id of a parameter in the definition. |
value | Double | New value for the parameter. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | This RebarShapeDefinition does not have a value for the parameter paramId. |
ArgumentNullException | A non-optional argument was null |