PFEdge Constructor (Int32, IListPFVertex) |
Initializes a new instance of the
PFEdge class
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic PFEdge(
int id,
IList<PFVertex> vertices
)
Public Sub New (
id As Integer,
vertices As IList(Of PFVertex)
)
public:
PFEdge(
int id,
IList<PFVertex^>^ vertices
)
new :
id : int *
vertices : IList<PFVertex> -> PFEdgeParameters
- id
- Type: SystemInt32
[Missing <param name="id"/> documentation for "M:PolyFramework.PFEdge.#ctor(System.Int32,System.Collections.Generic.IList{PolyFramework.PFVertex})"]
- vertices
- Type: System.Collections.GenericIListPFVertex
[Missing <param name="vertices"/> documentation for "M:PolyFramework.PFEdge.#ctor(System.Int32,System.Collections.Generic.IList{PolyFramework.PFVertex})"]
See Also