Share

Wall.DisallowWrappingAtLocation Method

Disallow end wrapping at the location.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void DisallowWrappingAtLocation(
	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.

Exceptions

ExceptionCondition
ArgumentException This location is invalid for wrapping.

Remarks

If Wrapping At Ends in wall type is set to none, this function does nothing. If the location is invalid, for example: wall doesn't have this location or the location is joined, this function throws ArgumentException.

See Also

Reference

Was this information helpful?