Click or drag to resize

ApiSessionCreateGlobalVariable Method

Overload List
  NameDescription
Public methodCreateGlobalVariable(String, Boolean, String)
Creates a new boolean variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, Int32, String)
Creates a new integer variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, String, String)
Creates a new string variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, Boolean, ObjectProxy, String)
Creates a new boolean variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, Int32, ObjectProxy, String)
Creates a new integer variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, String, ObjectProxy, String)
Creates a new string variable via a full qualified name. If the supplied namespace doesn't exist, it will be created.
Public methodCreateGlobalVariable(String, String, VariableType, String)
Creates a new variable in the given variable set with the given type.
Public methodCreateGlobalVariable(ObjectProxy, String, VariableType, String)
Creates a new variable in the given variable set with the given type.
Public methodCreateGlobalVariable(ObjectProxy, String, Boolean, String)
Creates a new boolean variable in the given namespace with the given type.
Public methodCreateGlobalVariable(ObjectProxy, String, Int32, String)
Creates a new integer variable in the given namespace with the given type.
Public methodCreateGlobalVariable(ObjectProxy, String, String, String)
Creates a new string variable in the given namespace with the given type.
Top
See Also