ElementIdsFromNodeIds(IEnumerable<int>)

Returns the list of element ids associated to the given list of node ids.

Declaration Syntax

public IList<int> ElementIdsFromNodeIds(IEnumerable<int> nodes)

Parameters

nodes(IEnumerable<int>)

A list of node ids.