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

FaceWall.IsWallTypeValidForFaceWall

Method
Description:
Identifies if a wall type may be applied to a face wall.
Syntax
public static bool IsWallTypeValidForFaceWall(
	Document document,
	ElementId wallType
)
Parameters
Parameter Type Description
document Document The document.
wallType ElementId The wall type.
Return Value
Type Description
Boolean True if the wall type is valid for face wall, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null