Identifies if a layer is included in wrapping at inserts and ends.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
C# |
---|
public bool ParticipatesInWrapping(
int layerIdx
) |
Visual Basic |
---|
Public Function ParticipatesInWrapping ( _
layerIdx As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool ParticipatesInWrapping(
int layerIdx
) |
Return Value
If true, then the layer participates in wrapping at inserts and openings. If false, the layer will not
participate in wrapping.
Remarks
Exceptions
See Also