GraphNextOperation Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Iterate through the operations of a graph.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic Operation NextOperation(
ref IntPtr pos
)
Public Function NextOperation (
ByRef pos As IntPtr
) As Operation
public:
Operation^ NextOperation(
IntPtr% pos
)
member NextOperation :
pos : IntPtr byref -> Operation
Parameters
- pos
- Type: SystemIntPtr
The position pointer that can be used to iterate though the operations of this graph. Use IntPtr.Zero to get the first operation
Return Value
Type:
OperationThe next operation from the position
See Also