InterfacePolyClassAddEdge(IEdge) Method

Add an edge (ILineEdge or IArcEdge) to the polygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddEdge(
	IEdge e
)

Parameters

e  IEdge
The edge element

See Also