'Declaration
Public Overloads Shared Sub Load( _ ByRef variable As Variable, _ ByVal variableName As System.String, _ ByVal variableID As System.Integer, _ ByVal js As Server _ )
'Usage
Dim variable As Variable Dim variableName As System.String Dim variableID As System.Integer Dim js As Server Variable.Load(variable, variableName, variableID, js)
public static void Load( out Variable variable, System.string variableName, System.int variableID, Server js )
Parameters
- variable
- Variable definition.
- variableName
- The name of the Variable to load.
- variableID
- The ID of the Variable to load.
- js
- The JAMS Server to load from.