2027 Members
Changes 0
M

RebarShapeDefinition Methods

Name Return Type Description Inherited From
M AddFormulaParameter(ElementId, String) None Add a formula-driven parameter to the shape definition.
M AddParameter(ElementId, Double) None Add a parameter to the shape definition.
M CheckDefaultParameterValues(Double, Double) Boolean Check that the shape can be solved with the default parameter values.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetParameterDefaultValue(ElementId) Double Return the parameter's default value as stored in the definition.
M GetParameterFormula(ElementId) String Return the parameter's formula, if one is associated with it.
M GetParameters() IList<ElementId> Return the Ids of the shared parameters in the Definition.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasParameter(ElementId) Boolean Whether the definition stores the parameter.
M RemoveParameter(ElementId) None Remove the parameter from the definition.
M SetParameterDefaultValue(ElementId, Double) None Change the parameter's value as stored in the definition.
M SetParameterFormula(ElementId, String) None Associate a formula with the parameter.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object