Sets if the line from desired layer at the specified position is included or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2022
Syntax
Visual Basic |
---|
Public Sub SetLineIncluded ( _
include As Boolean, _
layer As AreaReinforcementLayerType, _
linePositionIndex As Integer _
) |
Parameters
- include
- Type: System..::..Boolean
True to include the line, false to exclude the line.
- layer
- Type: Autodesk.Revit.DB.Structure..::..AreaReinforcementLayerType
The layer on which the line stays.
- linePositionIndex
- Type: System..::..Int32
The index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
Exceptions
See Also