Revit 2026 API
Wall |
The wall function.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public WallFunction Function { get; set; }
Public Property Function As WallFunction Get Set
public: property WallFunction Function { WallFunction get (); void set (WallFunction value); }
member Function : WallFunction with get, set
Property Value
WallFunction| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also