InterfacePolyClassGetEdgeIndex Method

Returns the Index of the given edge in the list

Definition

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

Parameters

edge  IEdge
Edge to look for

Return Value

Int32
Index or -1

See Also