GetOutputsSize
Description
Obtains the output count of an operator, as defined in the operator definition.
Prototype
size_t GetOutputsSize() const;
Restrictions
None
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
size_t |
Output count. |
Parent topic: Class GNode