StructDeckEmbeddingType Enumeration

StructDeckEmbeddingType Enumeration

Used in class CompoundStructure to specify the usage of a layer whose function is StructuralDeck.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum StructDeckEmbeddingType
Public Enumeration StructDeckEmbeddingType
public enum class StructDeckEmbeddingType
type StructDeckEmbeddingType
Members
Member nameValueDescription
Invalid-1 Invalid usage.
MergeWithLayerAbove0 Bound layer above.
Standalone1 Standalone deck.
See Also