Revit 2025.3 API
Face |
Identifies if a wall type may be applied to a face wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsWallTypeValidForFaceWall( Document document, ElementId wallType )
Public Shared Function IsWallTypeValidForFaceWall ( document As Document, wallType As ElementId ) As Boolean
public: static bool IsWallTypeValidForFaceWall( Document^ document, ElementId^ wallType )
static member IsWallTypeValidForFaceWall : document : Document * wallType : ElementId -> bool
Parameters
Return Value
BooleanTrue if the wall type is valid for face wall, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also