Used in class CompoundStructure to specify the usage of a layer whose function is StructuralDeck.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum StructDeckEmbeddingType
Members
| Member name | Value | Description |
|---|
| Invalid | -1 |
Invalid usage.
|
| MergeWithLayerAbove | 0 |
Bound layer above.
|
| Standalone | 1 |
Standalone deck.
|
See Also
Reference