Click or drag to resize

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
Syntax
public Operation NextOperation(
	ref IntPtr pos
)

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: Operation
The next operation from the position
See Also