ParameterAccessListParameters(ElementId) Method |
Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<ElementId> ListParameters(
ElementId id
)
Public Function ListParameters (
id As ElementId
) As IList(Of ElementId)
public:
IList<ElementId^>^ ListParameters(
ElementId^ id
)
member ListParameters :
id : ElementId -> IList<ElementId> Parameters
- id ElementId
- ElementId of the element whose parameters should be listed.
Return Value
IListElementId
The ids of parameters applicable to the element.
Exceptions
See Also