| Revit 2020.1 API |
| StructDeckEmbeddingType Enumeration |
| See Also |
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: 20.0.0.0 (20.1.1.1)
Since:
2012
Syntax
| C# |
|---|
public enum StructDeckEmbeddingType |
| Visual Basic |
|---|
Public Enumeration StructDeckEmbeddingType |
| Visual C++ |
|---|
public enum class StructDeckEmbeddingType |
Members
| Member name | Description |
|---|---|
| Invalid | Invalid usage. |
| MergeWithLayerAbove | Bound layer above. |
| Standalone | Standalone deck. |