CompoundStructureLayerFunction Enumeration
Describes the purpose of the layer within a compound structure, such as a wall or floor.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)

Syntax

C#
public enum CompoundStructureLayerFunction
Visual Basic
Public Enumeration CompoundStructureLayerFunction
Visual C++
public enum class CompoundStructureLayerFunction

Members

Member nameDescription
StructureA structural layer.
SubstrateA substrate layer.
ThermalOrAirA thermal or air insulating layer.
Finish1A finish layer.
Finish2A finish layer.
MembraneLayerA membrane layer.
StructuralDeckA special layer considered to be structural decking.

See Also