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