Revit 2026 API
Geom |
All elements that are joined in this geometry combination.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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