IsVerticallyHomogeneous Method


Indicates whether this CompoundStructure represents a single set of parallel layers.

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

Syntax

C#
public bool IsVerticallyHomogeneous()
Visual Basic
Public Function IsVerticallyHomogeneous As Boolean
Visual C++
public:
bool IsVerticallyHomogeneous()

Return Value

True if this CompoundStructure represents a series of parallel layers that stretch from bottom to top, false otherwise.

Remarks

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

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →