| Revit 2020.1 API |
| CombinableElement..::..Combinations Property |
| CombinableElement Class See Also |
The geometry combinations that this element belongs to.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public GeomCombinationSet Combinations { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Combinations As GeomCombinationSet Get |
| Visual C++ |
|---|
public: property GeomCombinationSet^ Combinations { GeomCombinationSet^ get (); } |
Remarks
If this combinable element does not belong to any geometry combination,
this value is an empty collection. A solid combinable element may belong to at most
one combination, while a void combinable element may belong to multiple combinations.