2027 Method
Changes 0
M

CompoundStructure.CanLayerBeVariable

Description:
Identifies if the input layer can be designated as a variable thickness layer.
Remarks:
A layer whose layer function is StructuralDeck may not be designated as a variable layer.
public bool CanLayerBeVariable(
	int variableLayerIndex
)
  • Int32
    variableLayerIndex
    Index of a layer in the CompoundStructure.
Return Value Boolean True if the input layer may be a variable thickness layer and false otherwise.