GetDeckEmbeddingType Method


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

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: SystemInt32
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

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException The layer index is out of range.

See Also