Revit 2025.3 API
Compound |
Indicates whether this CompoundStructure represents a single set of parallel layers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsVerticallyHomogeneous()
Public Function IsVerticallyHomogeneous As Boolean
public: bool IsVerticallyHomogeneous()
member IsVerticallyHomogeneous : unit -> bool
Return Value
BooleanTrue if this CompoundStructure represents a series of parallel layers that stretch from bottom to top, false otherwise.
Differs from IsVerticallyCompound as a vertically compound structure might happen not to have
any horizontal breaks. For that situation, both IsVerticallyCompound and this method will return true.
See Also