Share

EndCapCondition Enumeration

Used by CompoundStructure to describe which shell layers participate in end wrapping.


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

Syntax

C#

public enum EndCapCondition

Members

Member nameValueDescription
Exterior1 Only the exterior shell layers participate in end wrapping.
Interior2 Only the interior shell layers participate in end wrapping.
NoEndCap3 No end wrapping ability. Floors and roofs must use this enum value.
None0 None of the shell layers participate in end wrapping.

See Also

Reference

Was this information helpful?