Click or drag to resize

EPATHEPathIterator Constructor (IEnumeratorEPATHSegment)

Constructs an EPATH reader.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public EPathIterator(
	IEnumerator<EPATHSegment> segments
)

Parameters

segments
Type: System.Collections.GenericIEnumeratorEPATHSegment
The EPATH to read.
See Also