| Revit 2024 API | 
| CompoundStructure..::..GetDeckEmbeddingType Method | 
| CompoundStructure Class See Also | 
   Retrieves the deck embedding type used for the specified structural deck.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public StructDeckEmbeddingType GetDeckEmbeddingType( int layerIdx ) | 
| Visual Basic | 
|---|
| Public Function GetDeckEmbeddingType ( _ layerIdx As Integer _ ) As StructDeckEmbeddingType | 
| Visual C++ | 
|---|
| public: StructDeckEmbeddingType GetDeckEmbeddingType( int layerIdx ) | 
Parameters
- layerIdx
- Type: System..::..Int32
 Index of a layer in the CompoundStructure.
Return Value
The embedding type of the structural deck associated to the specified layer. Invalid if it is not a structural deck. Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | The layer index is out of range. |