CodeBlockNodeModel
Constructors
No public constructors defined
Methods
List<String> GetDefinedVariableNames( ) | stability index:1 |
---|---|
Return Value: List containing all the names | |
Returns the names of all the variables defined in this code block. |
Int32 GetInportIndex(CodeBlockNodeModel variableName) | stability index:1 |
---|---|
Return Value: Index of the required port in the InPorts collection | |
Returns the index of the port corresponding to the variable name given | |
variableName | |
Name of the variable corresponding to an input port |
Int32 GetOutportIndex(String variableName) | stability index:1 |
---|---|
Return Value: none | |
Returns the corresponding output port index for a given defined variable | |
variableName | |
Type GetTypeHintForOutput(Int32 index) | stability index:1 |
---|---|
Return Value: none | |
Return possible type of the output at specified output port. | |
index | |
Properties
IEnumerable<String> TempVariables {get;} | stability index:1 |
---|---|
Temporary variables that generated in code. |