GetEdgeVerticesById(ConstructionLine, IEnumerable<int>)

Get the Point representations of the requested Construction Line edge vertices.

Declaration Syntax

public static IList<object> GetEdgeVerticesById(ConstructionLine constructionLine, IEnumerable<int> edgeVertexIdCollection)

Parameters

constructionLine(ConstructionLine)

The ConstructionLine instance.

edgeVertexIdCollection(IEnumerable<int>)

A collection of edge vertex IDs.