<Code Lib>
2027 Method
Changes 8
M

ParameterAccess.ListParameters(ElementId)

Description:
Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.
Overloads (2):
ListParameters(ElementId)

public IList<ElementId> ListParameters(
	ElementId id
)

Return Value IList<ElementId> The ids of parameters applicable to the element.

Loading…