M

AreaReinforcement.SetLineIncluded

Description:
Sets if the line from desired layer at the specified position is included or not.
public void SetLineIncluded(
	bool include,
	AreaReinforcementLayerType layer,
	int linePositionIndex
)
  • Boolean
    include
    True to include the line, false to exclude the line.
  • layer
    The layer on which the line stays.
  • Int32
    linePositionIndex
    The index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).