Click or drag to resize

EPATHEPathIterator Class

Reads/interprets a raw EPATH into a set of logical paths.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPEPATHEPathIterator

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 16.01.07
Syntax
C#
public class EPathIterator

The EPATHEPathIterator type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMorePathsAvailable
Return true if there are more logical paths in the ePath.
Top
Methods
  NameDescription
Public methodNext
Step through a multi-path EPATH returning the current logical path, or null if there are no more.
Top
See Also