RebarShapeDefinition Members


The RebarShapeDefinition type exposes the following members.

Methods

Name Description
Public method AddFormulaParameter
Add a formula-driven parameter to the shape definition.
Public method AddParameter
Add a parameter to the shape definition.
Public method CheckDefaultParameterValues
Check that the shape can be solved with the default parameter values.
Public method Dispose
Releases all resources used by the RebarShapeDefinition
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetParameterDefaultValue
Return the parameter's default value as stored in the definition.
Public method GetParameterFormula
Return the parameter's formula, if one is associated with it.
Public method GetParameters
Return the Ids of the shared parameters in the Definition.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method HasParameter
Whether the definition stores the parameter.
Public method RemoveParameter
Remove the parameter from the definition.
Public method SetParameterDefaultValue
Change the parameter's value as stored in the definition.
Public method SetParameterFormula
Associate a formula with the parameter.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property Complete
Report whether the shape definition is fully constrained.
Public property IsPlanar
Reports whether the shape definition lies within a plane: false if a spiral, true in all other cases.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also