RVTDocs.com

CompoundStructure.IsStructuralDeck

Method
Description:
Determines whether a specified layer is a structural deck.
Syntax
public bool IsStructuralDeck(
	int layerIdx
)
Parameters
Parameter Type Description
layerIdx Int32 Index of a layer in the CompoundStructure.
Return Value
Type Description
Boolean True if specified layer is a structural deck, and false otherwise.
Exceptions
Exception Condition
ArgumentOutOfRangeException The layer index is out of range.