API Help
Eplan.EplApi.DataModel.Topology Namespace / RoutedConnection Class / PathSegments Property

In This Topic
PathSegments Property
In This Topic
Array of Segment by which this connection is passing through.
Syntax
public Segment[] PathSegments {get; set;}

Property Value

Returns array containing path segments or empty array.
Remarks
Can be set as null value. This is treated as empty array.
See Also