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