Initializing help system before first use

getVarByName Method

Retrieve an XPRBvar variable by name.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public XPRBvar getVarByName(
	string name
)

Parameters

name
Type:  SystemString
The variable name.

Return Value

Type:  XPRBvar
The XPRBvar corresponding to the given name, if found.
Examples
xbexpl.cs in the Introductory Examples folder and xbcontr2.cs in the User's Guide Examples folder.
See Also