Click or drag to resize

EPATHEPathIterator Constructor (IEnumerableEPATHSegment)

Constructs an EPATH reader.

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

Parameters

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