Click or drag to resize

GraphNextOperation Method

http://www.emgu.com
Iterate through the operations of a graph.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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