Click or drag to resize

EPATHLogicalPath Constructor (IReadOnlyListEPATHSegment)

Constructs a logical path from a list of segment.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public LogicalPath(
	IReadOnlyList<EPATHSegment> segments
)

Parameters

segments
Type: System.Collections.GenericIReadOnlyListEPATHSegment

[Missing <param name="segments"/> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.LogicalPath.#ctor(System.Collections.Generic.IReadOnlyList{Demo3D.PLC.Comms.CIP.EPATH.Segment})"]

See Also