Responder Developer Guide
AddStepInformation(List<SwitchingOrderStepCustomerEffectBase>,Int32) Method


Syntax
'Declaration
 
Public Overloads Sub AddStepInformation( _
   ByVal stepEffects As List(Of SwitchingOrderStepCustomerEffectBase), _
   ByVal lastStepNumber As Integer _
) 
'Usage
 
Dim instance As AffectedCustomersResult
Dim stepEffects As List(Of SwitchingOrderStepCustomerEffectBase)
Dim lastStepNumber As Integer
 
instance.AddStepInformation(stepEffects, lastStepNumber)
public void AddStepInformation( 
   List<SwitchingOrderStepCustomerEffectBase> stepEffects,
   int lastStepNumber
)

Parameters

stepEffects
lastStepNumber
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

AffectedCustomersResult Class
AffectedCustomersResult Members
Overload List

 

 


Send Comment