2024 Members
Changes 4
M

RebarShapeDefinition

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) bool Check that the shape can be solved with the default parameter values.
M Dispose() None Releases all resources used by the RebarShapeDefinition
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetParameterDefaultValue(ElementId) The parameter value. 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) bool 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 .
Name Return Type Description Inherited From
P Complete bool Report whether the shape definition is fully constrained.
P IsPlanar bool Reports whether the shape definition lies within a plane: false if a spiral, true in all other cases.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.