CompoundStructureIsVerticallyCompound Property

Identifies if this CompoundStructure represents a layout that is more complicated than a simple set of parallel layers.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsVerticallyCompound { get; }

Property Value

Boolean
Remarks
Vertically compound structures should be assigned only to walls.
See Also