Main Content
getOutputData
Get output data
Syntax
out
= cgvObj
.getOutputData(InputIndex
)
Description
is
the method that you use to retrieve the output data that the object
creates during execution of the model. out
= cgvObj
.getOutputData(InputIndex
)
is
the output data that the object returns. out
is
a handle to a cgvObj
cgv.CGV
object.
is
a unique numeric identifier that specifies which output data to retrieve.
The InputIndex
is associated
with specific input data.InputIndex