Click or drag to resize

EPATHLogicalPathConsume Method

Return (and consume) all segments that match a set of segments.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public List<EPATHSegment>? Consume(
	params EPATHSegment[] match
)

Parameters

match
Type: Demo3D.PLC.Comms.CIPEPATHSegment
The list of segments to match.

Return Value

Type: ListEPATHSegment
A list of matching segments (or null).
See Also