Share

ShellLayerType Enumeration

Used to distinguish exterior and interior shell layers.


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

Syntax

C#

public enum ShellLayerType

Members

Member nameValueDescription
Exterior1 Exterior shell layer.
Interior0 Interior shell layer.

Remarks

Used as an argument to methods of CompoundStructure that deal with shell layers.

See Also

Reference

Was this information helpful?