Checks whether the desired cross section is valid for the current wall.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsWallCrossSectionValid(
WallCrossSection wallCrossSection
)
Parameters
- wallCrossSection WallCrossSection
-
The desired cross section.
Return Value
Boolean
True if the wall can be set to the desired cross section.
Exceptions
See Also
Reference