Click or drag to resize

ApiSessionGetVariableSetByName Method

Gets a variable set with the given name.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetVariableSetByName(
	string aName
)

Parameters

aName
Type: SystemString
the name of the variable set.

Return Value

Type: ObjectProxy
either the object proxy or null when the variable set is not known
Exceptions
ExceptionCondition
ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.
See Also