IPolyClassGetEdgeIndex Method

Returns the Index of the given edge in the list

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int GetEdgeIndex(
	IEdge edge
)

Parameters

edge  IEdge
Edge to look for

Return Value

Int32
Index or -1

Implements

InterfacePolyClassGetEdgeIndex(IEdge)

See Also