CompoundStructureLayer(Double, MaterialFunctionAssignment, ElementId)
Constructor
Description:
Creates a default compound structure layer based on the given width, function and material element id.
Creates a default compound structure layer based on the given width, function and material element id.
Syntax
public CompoundStructureLayer(
double width,
MaterialFunctionAssignment function,
ElementId materialId
)
Parameters
Parameter | Type | Description |
---|---|---|
width | Double | The width of the layer. |
function | MaterialFunctionAssignment | The function of the layer. |
materialId | ElementId | The material element id of the layer. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |