DynamicInputRegisterByIndex
Description
Registers the dynamic input of an operator at a specified position.
Prototype
void DynamicInputRegisterByIndex(const char_t *name, const uint32_t num, size_t index)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of the dynamic inputs of an operator. |
num |
Input |
Number of the dynamic inputs to be added. |
index |
Input |
Dynamic inputs added from the index position. |
Returns
None.
Exception Handling
None.
Restrictions
None.
Parent topic: Operator