CompoundStructure.IsLayerValid
Description:
Verifies that the data in this layer is internally consistent.
Verifies that the data in this layer is internally consistent.
Remarks:
If the layer function is not Membrane or StructuralDeck, the width must be greater than zero. If the layer function is not StructuralDeck, then the deck embedding type must be Invalid, and the deck profile id must be InvalidElementId.
If the layer function is not Membrane or StructuralDeck, the width must be greater than zero. If the layer function is not StructuralDeck, then the deck embedding type must be Invalid, and the deck profile id must be InvalidElementId.
public bool IsLayerValid(
int layerIdx,
CompoundStructureLayer layer
)
-
Int32layerIdxThe index of the layer in the compound structure to be set.
-
layerThe layer to be set.
Return Value
bool
True if the layer is internally consistent, false if the layer is not internally consistent.
-
A non-optional argument was null