Revit 2025 API
WallIs |
Checks whether the desired cross section is valid for the current wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsWallCrossSectionValid( WallCrossSection wallCrossSection )
Public Function IsWallCrossSectionValid ( wallCrossSection As WallCrossSection ) As Boolean
public: bool IsWallCrossSectionValid( WallCrossSection wallCrossSection )
member IsWallCrossSectionValid : wallCrossSection : WallCrossSection -> bool
Parameters
- wallCrossSection WallCrossSection
- The desired cross section.
Return Value
BooleanTrue if the wall can be set to the desired cross section.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also