GetDeckEmbeddingType Method


Retrieves the deck embedding type used for the specified structural deck.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.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: 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.

See Also