Skip to content

RebarContainerParameterManager

Public Class

Provides implementation of RebarContainer parameters overrides.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.Structure.RebarContainerParameterManager

Namespace: Autodesk.Revit.DB.Structure

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class RebarContainerParameterManager : IDisposable

The RebarContainerParameterManager type exposes the following members.

Properties

Name

Description


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Methods

Name

Description


Public Method

Adds an override for the given parameter as its value will be displayed for the Rebar Container element.


Public Method
Code Example

Adds an override for the given parameter as its value will be displayed for the Rebar Container element.


Public Method

Adds an override for the given parameter as its value will be displayed for the Rebar Container element.


Public Method

Adds an override for the given parameter as its value will be displayed for the Rebar Container element.


Public Method
Code Example

Adds a shared parameter as one of the parameter overrides stored by this Rebar Container element.


Public Method

Clears any overridden values from all parameters of the associated RebarContainer element.


Public Method

Releases all resources used by the RebarContainerParameterManager


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

Get the double value for an overriden parameter.


Public Method

Get the ElementId value for an overriden parameter.


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Get the integer value for an overriden parameter.


Public Method

Get the string value for an overriden parameter.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

Checks if overridden parameter is modifiable.


Public Method

Checks if the parameter has an override


Public Method

Checks if the parameter is a Rebar Container parameter


Public Method

Removes an overridden value from the given parameter.


Public Method

Sets this overridden parameter to be modifiable.


Public Method

Sets this overridden parameter to be readonly.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)


Remarks

When a new override is created, by default, the parameter will show the overridden value as read-only. You can control whether or not the parameter is modifiable using

and .a