<Code Lib>
2025 Method
Changes 0
M

CompoundStructure.IsStructuralDeck

Description:
Determines whether a specified layer is a structural deck.

public bool IsStructuralDeck(
	int layerIdx
)

  • layerIdx
    Index of a layer in the CompoundStructure.
Return Value Boolean True if specified layer is a structural deck, and false otherwise.

Loading…