CompoundStructureDeckUsage Enumeration
Describes how the deck relates to the surrounding layers.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public enum CompoundStructureDeckUsage
Visual Basic
Public Enumeration CompoundStructureDeckUsage
Visual C++
public enum class CompoundStructureDeckUsage

Members

Member nameDescription
InvalidInvalid.
MergeWithLayerAboveDeck is merged with the layer above.
StandaloneDeck is independent of other layers.
MergeWithLayerBelowDeck is merged with the layer below.

See Also