Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
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
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | The layer index is out of range. |