M

AreaReinforcement.IsLineIncluded

Description:
Checks whether the line from the desired layer at the specified position is included or not.
public bool IsLineIncluded(
	AreaReinforcementLayerType layer,
	int linePositionIndex
)
  • layer
    The layer on which the line stays.
  • linePositionIndex
    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.