EPATHLogicalPathConsume Method |
Return (and consume) all segments that match a set of segments.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic List<EPATHSegment>? Consume(
params EPATHSegment[] match
)
Parameters
- match EPATHSegment
- The list of segments to match.
Return Value
ListEPATHSegmentA list of matching segments (or null).
See Also