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