<Code Lib>
2026 Method
Changes 0
M

CompoundStructure.SetLayerFunction

Description:
Sets the function of the specified layer.

public void SetLayerFunction(
	int layerIdx,
	MaterialFunctionAssignment function
)

  • Int32
    layerIdx
    Index of a layer in the CompoundStructure. The layer index is zero based. It counts from the exterior of wall and from the top of roofs, floors and ceilings.
  • function
    The function of the layer.

  • The layer index is out of range. -or- A value passed for an enumeration argument is not a member of that enumeration

Loading…