RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Wall

Wall.IsWallCrossSectionValid

Method
Description:
Checks whether the desired cross section is valid for the current wall.
Syntax
public bool IsWallCrossSectionValid(
	WallCrossSection wallCrossSection
)
Parameters
Parameter Type Description
wallCrossSection WallCrossSection The desired cross section.
Return Value
Type Description
Boolean True if the wall can be set to the desired cross section.
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration