GetEdgesById(ConstructionLine, IEnumerable<int>)

Get the IEdge representations of the requested Construction Line edges.

Declaration Syntax

public static IList<object> GetEdgesById(ConstructionLine constructionLine, IEnumerable<int> edgeIdCollection)

Parameters

constructionLine(ConstructionLine)

The ConstructionLine instance.

edgeIdCollection(IEnumerable<int>)

A collection of edge IDs.