GeomCombinationAllMembers Property

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; }

Property Value

CombinableElementArray
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this geometry combination has already been deleted.
Remarks
All members are generic forms, for more information, refer toGenericForm.
See Also