ParameterAccess Class

Provides a common mechanism to access parameters, including extended properties.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBParameterAccess

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ParameterAccess : IDisposable

The ParameterAccess type exposes the following members.

Constructors
 NameDescription
Public methodParameterAccess Constructs a new ParameterAccess object bound to the given host document.
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ParameterAccess
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParameter(ElementId, ElementId) Retrieves the parameter value for the parameter on the given element.
Public methodGetParameter(LinkElementId, Document, ElementId) Retrieves the parameter value for the parameter belonging to the parameter document on the given element.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodListParameters(ElementId) Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
Public methodListParameters(LinkElementId) Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also