The RebarShapeDefinition type exposes the following members.

Methods

  NameDescription
Public methodAddFormulaParameter
Add a formula-driven parameter to the shape definition.
Public methodAddParameter
Add a parameter to the shape definition.
Public methodCheckDefaultParameterValues
Check that the shape can be solved with the default parameter values.
Public methodDispose
Releases all resources used by the RebarShapeDefinition
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameterDefaultValue
Return the parameter's default value as stored in the definition.
Public methodGetParameterFormula
Return the parameter's formula, if one is associated with it.
Public methodGetParameters
Return the Ids of the shared parameters in the Definition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasParameter
Whether the definition stores the parameter.
Public methodRemoveParameter
Remove the parameter from the definition.
Public methodSetParameterDefaultValue
Change the parameter's value as stored in the definition.
Public methodSetParameterFormula
Associate a formula with the parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyComplete
Report whether the shape definition is fully constrained.
Public propertyIsPlanar
Reports whether the shape definition lies within a plane: false if a spiral, true in all other cases.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also