AreaReinforcementIsLineIncluded Method |
Checks whether the line from the desired layer at the specified position is included or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsLineIncluded(
AreaReinforcementLayerType layer,
int linePositionIndex
)
Public Function IsLineIncluded (
layer As AreaReinforcementLayerType,
linePositionIndex As Integer
) As Boolean
public:
bool IsLineIncluded(
AreaReinforcementLayerType layer,
int linePositionIndex
)
member IsLineIncluded :
layer : AreaReinforcementLayerType *
linePositionIndex : int -> bool
Parameters
- layer AreaReinforcementLayerType
-
The layer on which the line stays.
- linePositionIndex Int32
-
The index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
Return Value
Boolean
Returns true if the line from the desired layer at the specified position is included, false otherwise.
Exceptions
See Also