<Code Lib>
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
)

Return Value bool Returns true if the line from the desired layer at the specified position is included, false otherwise.

Loading…