Responder Developer Guide
RemoveAt Method (SwitchingStepGroup)


Syntax
'Declaration
 
Public Function RemoveAt( _
   ByVal index As Integer, _
   ByVal compositionContext As CompositionContext _
) As OrderLine
'Usage
 
Dim instance As SwitchingStepGroup
Dim index As Integer
Dim compositionContext As CompositionContext
Dim value As OrderLine
 
value = instance.RemoveAt(index, compositionContext)
public OrderLine RemoveAt( 
   int index,
   CompositionContext compositionContext
)

Parameters

index
compositionContext
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

SwitchingStepGroup Class
SwitchingStepGroup Members

 

 


Send Comment