If end wrapping is allowed at the location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsWrappingAtLocationAllowed( int locationIndex )
Parameters
- locationIndex Int32
- 0 or 1 represents wall's end, other number represents the wrapping locations on vertical faces of openings or profiles.
Return Value
Booleantrue if it is allowed, false if it is disallowed.
