| Revit 2020 API |
| RebarShapeDefinition..::..GetParameters Method |
| RebarShapeDefinition Class See Also |
Return the Ids of the shared parameters in the Definition.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2009
Syntax
| C# |
|---|
public IList<ElementId> GetParameters() |
| Visual Basic |
|---|
Public Function GetParameters As IList(Of ElementId) |
| Visual C++ |
|---|
public: IList<ElementId^>^ GetParameters() |