Return the Ids of the shared parameters in the Definition.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2009
Syntax
C# |
---|
public IList<ElementId> GetParameters() |
Visual Basic |
---|
Public Function GetParameters As IList(Of ElementId) |
Visual C++ |
---|
public: IList<ElementId^>^ GetParameters() |