RebarShapeDefinition.GetParameterFormula
Method
Description:
Return the parameter's formula, if one is associated with it.
Return the parameter's formula, if one is associated with it.
Parameters
| Parameter | Type | Description |
|---|---|---|
| paramId | ElementId | Id of a parameter in the definition. |
Return Value
| Type | Description |
|---|---|
| String | The formula, or an empty string if there is no formula for the parameter. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | This RebarShapeDefinition does not have a value for the parameter paramId. |
| ArgumentNullException | A non-optional argument was null |