IPolyClassAddEdge Method

Overload List

AddEdge(IEdge) Add an edge (ILineEdge or IArcEdge) to the polygon.
AddEdge(PointD, PointD) Add an ILineEdge to the polygon.
AddEdge(PointD, PointD, PointD, Boolean) Add an arc Edge to the polygon (its create the IArcEdge internal)
AddEdge(PointD, PointD, PointD, Double, Boolean) Add an arc Edge to the polygon (its create the IArcEdge internal)

See Also