Click or drag to resize

EPATHLogicalPath Constructor (IEnumerableEPATHSegment)

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(
	IEnumerable<EPATHSegment> segments
)

Parameters

segments
Type: System.Collections.GenericIEnumerableEPATHSegment

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

See Also