Revit 2025 API
WallIs |
Identifies if the wall is a member of a stacked wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsStackedWallMember { get; }
Public ReadOnly Property IsStackedWallMember As Boolean Get
public: property bool IsStackedWallMember { bool get (); }
member IsStackedWallMember : bool with get
Property Value
BooleanSee Also