Responder Developer Guide
LinesUnderneath Method


Syntax
'Declaration
 
<IteratorStateMachineAttribute(Miner.Responder.Model.Switching.OrderStructureInformation/d__12)>
Public Shared Function LinesUnderneath( _
   ByVal startingOrderLine As OrderLine _
) As IEnumerable(Of OrderLine)
'Usage
 
Dim startingOrderLine As OrderLine
Dim value As IEnumerable(Of OrderLine)
 
value = OrderStructureInformation.LinesUnderneath(startingOrderLine)
[IteratorStateMachine(Miner.Responder.Model.Switching.OrderStructureInformation/d__12)]
public static IEnumerable<OrderLine> LinesUnderneath( 
   OrderLine startingOrderLine
)

Parameters

startingOrderLine
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OrderStructureInformation Class
OrderStructureInformation Members

 

 


Send Comment