Gets the segment ids of this compound structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public IList<int> GetSegmentIds()
Return Value
IList<Int32>The ids of the segments which form the boundary of the regions of this CompoundStructure.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This operation is valid only for vertically compound structures. |