The RebarContainerParameterManager type exposes the following members.

Methods

  NameDescription
Public methodAddOverride(ElementId, ElementId)
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Public methodAddOverride(ElementId, Double)
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Public methodAddOverride(ElementId, Int32)
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Public methodAddOverride(ElementId, String)
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Public methodAddSharedParameterAsOverride
Adds a shared parameter as one of the parameter overrides stored by this Rebar Container element.
Public methodClearOverrides
Clears any overridden values from all parameters of the associated RebarContainer element.
Public methodDispose
Releases all resources used by the RebarContainerParameterManager
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDoubleOverrideValue
Get the double value for an overriden parameter.
Public methodGetElementIdOverrideValue
Get the ElementId value for an overriden parameter.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntOverrideValue
Get the integer value for an overriden parameter.
Public methodGetStringOverrideValue
Get the string value for an overriden parameter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOverriddenParameterModifiable
Checks if overridden parameter is modifiable.
Public methodIsParameterOverridden
Checks if the parameter has an override
Public methodIsRebarContainerParameter
Checks if the parameter is a Rebar Container parameter
Public methodRemoveOverride
Removes an overridden value from the given parameter.
Public methodSetOverriddenParameterModifiable
Sets this overridden parameter to be modifiable.
Public methodSetOverriddenParameterReadonly
Sets this overridden parameter to be readonly.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also