GetParameters Method


Rebar Shape Definition Get Parameters Method

Return the Ids of the shared parameters in the Definition.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ElementId> GetParameters()

Return Value

IList ElementId
List of parameters as ElementIds.
See Also