Revit 2026 API
WallGet |
Gets all valid locations for end wrapping.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<int> GetValidWrappingLocationIndices()
Public Function GetValidWrappingLocationIndices As IList(Of Integer)
public: IList<int>^ GetValidWrappingLocationIndices()
member GetValidWrappingLocationIndices : unit -> IList<int>
Return Value
IListInt32The list of valid wrapping locations.

All valid wrapping locations include wall's two ends and locations on vertical faces of openings or profiles without join.
See Also