AreaReinforcement.SetLineIncluded
Description:
Sets if the line from desired layer at the specified position is included or not.
Sets if the line from desired layer at the specified position is included or not.
public void SetLineIncluded(
bool include,
AreaReinforcementLayerType layer,
int linePositionIndex
)
-
BooleanincludeTrue to include the line, false to exclude the line.
-
layerThe layer on which the line stays.
-
Int32linePositionIndexThe index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
-
linePositionIndex is not in the range [ 0, NumberOfLines-1 ]. -or- A value passed for an enumeration argument is not a member of that enumeration
-
The layer layer isn't active.
-
This AreaReinforcement does not host Rebar.