2027 Class
Changes 8
C

ParameterAccess

Description:
Provides a common mechanism to access parameters, including extended properties.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterAccess
public class ParameterAccess : IDisposable
Name Return Type Description Inherited From
C ParameterAccess(Document) None Constructs a new ParameterAccess object bound to the given host document.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ParameterAccess
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetParameter(ElementId, ElementId) EvaluatedParameter Retrieves the parameter value for the parameter on the given element.
M GetParameter(LinkElementId, Document, ElementId) EvaluatedParameter Retrieves the parameter value for the parameter belonging to the parameter document on the given element.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ListParameters(ElementId) IList<ElementId> Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
M ListParameters(LinkElementId) Document Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.