Revit 2026 API
TrussMembers Property |
Get all the members of truss.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> Members { get; }
Public ReadOnly Property Members As ICollection(Of ElementId) Get
public: property ICollection<ElementId^>^ Members { ICollection<ElementId^>^ get (); }
member Members : ICollection<ElementId> with get
Return Value
ICollectionElementIdThe Members property returns an ElementIdSet that contains all the member Ids of truss.
See Also