Click or drag to resize

McVariable Class

Defines a variable that can be used to handle the data flow in scripts.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcVariable

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McVariable

The McVariable type exposes the following members.

Constructors
  NameDescription
Public methodMcVariable(McVariables)
Initializes a new instance of the McVariable class
Public methodMcVariable(McVariables, String, Type, Boolean)
Initializes a new instance of the McVariable class
Public methodMcVariable(McVariables, String, Object, Type, Boolean)
Initializes a new instance of the McVariable class
Top
Properties
  NameDescription
Public propertyActivePorts
Public propertyIsOut
True for ByRef script parameters and output variables in general
Public propertyIsParameter
True for script parameters
Public propertyName
Public propertyValue
Public propertyValueType
Returns the type of the variable value or nothing for untyped variable.
Top
Remarks