Get all the members of truss.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<ElementId> Members { get; }Return Value
ICollection<ElementId>The Members property returns an ElementIdSet
that contains all the member Ids of truss.
See Also
Reference