public Line GetLineFromLayerAtIndex( AreaReinforcementLayerType layer, int linePositionIndex )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | linePositionIndex is not in the range [ 0, NumberOfLines-1 ]. -or- A value passed for an enumeration argument is not a member of that enumeration |
| InapplicableDataException | The layer layer isn't active. |
This method will return the line even if it isn't included.