Identifies if a wall type may be applied to a face wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool IsWallTypeValidForFaceWall( Document document, ElementId wallType )
Parameters
Return Value
BooleanTrue if the wall type is valid for face wall, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |