McVariable Class |
![]() |
Namespace: MediaCy.IQL.Application
Public Class McVariable
The McVariable type exposes the following members.
Name | Description | |
---|---|---|
![]() | McVariable(McVariables) | Initializes a new instance of the McVariable class |
![]() | McVariable(McVariables, String, Type, Boolean) | Initializes a new instance of the McVariable class |
![]() | McVariable(McVariables, String, Object, Type, Boolean) | Initializes a new instance of the McVariable class |
Name | Description | |
---|---|---|
![]() | ActivePorts | |
![]() | IsOut |
True for ByRef script parameters and output variables in general
|
![]() | IsParameter |
True for script parameters
|
![]() | Name | |
![]() | Value | |
![]() | ValueType |
Returns the type of the variable value or nothing for untyped variable.
|