Share

WallSweep.WallAllowsWallSweep Method

Validates that the wall is of a type that may be a host for a wall sweep or reveal.


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

Syntax

C#

public static bool WallAllowsWallSweep(
	Wall wall
)

Parameters

wall  Wall
The wall.

Return Value

Boolean
True if the wall may host a wall sweep, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This function excludes curtain walls and the main wall of a set of stacked walls. The wall must be fully regenerated for this function to work correctly.

See Also

Reference

Was this information helpful?