Main Content

getOutputData

Get output data

Syntax

out = cgvObj.getOutputData(InputIndex)

Description

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