Responder Developer Guide
BubbleIteration Method


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

Parameters

node
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