2027 Method
Changes 2
M

AreaReinforcement.GetLineFromLayerAtIndex

Description:
Gets the line from the desired layer at the specified index.
Remarks:

This method will return the line even if it isn't included.

public Line GetLineFromLayerAtIndex(
	AreaReinforcementLayerType layer,
	int linePositionIndex
)
  • 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).
Return Value Line Returns the line from the desired layer at the specified index.