Creates a default compound structure layer based on the given width, function and material element id. The priority is initialized with 999.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public CompoundStructureLayer(
double width,
MaterialFunctionAssignment function,
ElementId materialId
)
Parameters
- width Double
-
The width of the layer.
- function MaterialFunctionAssignment
-
The function of the layer.
- materialId ElementId
-
The material element id of the layer.
Exceptions
See Also
Reference