| Revit 2016 API |
| CompoundStructureDeckUsage Enumeration |
| See Also |
Describes how the deck relates to the surrounding layers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
public enum CompoundStructureDeckUsage |
| Visual Basic |
|---|
Public Enumeration CompoundStructureDeckUsage |
| Visual C++ |
|---|
public enum class CompoundStructureDeckUsage |
Members
| Member name | Description |
|---|---|
| Invalid | Invalid. |
| MergeWithLayerAbove | Deck is merged with the layer above. |
| Standalone | Deck is independent of other layers. |
| MergeWithLayerBelow | Deck is merged with the layer below. |