RebarShapeDefinitionGetParameters 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

IListElementId
List of parameters as ElementIds.
See Also