Revit 2025.3 API
Geom |
All elements that are joined in this geometry combination.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public CombinableElementArray AllMembers { get; }
Public ReadOnly Property AllMembers As CombinableElementArray Get
public: property CombinableElementArray^ AllMembers { CombinableElementArray^ get (); }
member AllMembers : CombinableElementArray with get
Property Value
CombinableElementArray
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this geometry combination has already been deleted. |

All members are generic forms, for more information, refer toGenericForm.
See Also