Documentation EDI-Interface LKW Walter AT - Release 1.6.1
Choice_SelectElement Method (EndTerminal)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > EndTerminal Class : Choice_SelectElement Method
Syntax
'Declaration
 
Protected Sub Choice_SelectElement( _
   ByVal choiceItemName As String, _
   ByVal selectedObject As Object, _
   ByRef currentlySelectedElement As String _
) 
'Usage
 
Dim instance As EndTerminal
Dim choiceItemName As String
Dim selectedObject As Object
Dim currentlySelectedElement As String
 
instance.Choice_SelectElement(choiceItemName, selectedObject, currentlySelectedElement)
protected void Choice_SelectElement( 
   string choiceItemName,
   object selectedObject,
   ref string currentlySelectedElement
)
protected:
void Choice_SelectElement( 
   String^ choiceItemName,
   Object^ selectedObject,
   String^% currentlySelectedElement
) 

Parameters

choiceItemName
selectedObject
currentlySelectedElement
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EndTerminal Class
EndTerminal Members