ShellLayerType Enumeration |
Used to distinguish exterior and interior shell layers.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum ShellLayerType
Public Enumeration ShellLayerType
public enum class ShellLayerType
Members| Member name | Value | Description |
|---|
| Exterior | 1 |
Exterior shell layer.
|
| Interior | 0 |
Interior shell layer.
|
Remarks
Used as an argument to methods of CompoundStructure that deal with shell layers.
See Also