Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic GetPFVertex(
IEnumerable<PFVertex> conduitVertices
)
Public Sub New (
conduitVertices As IEnumerable(Of PFVertex)
)
public:
GetPFVertex(
IEnumerable<PFVertex^>^ conduitVertices
)
new :
conduitVertices : IEnumerable<PFVertex> -> GetPFVertexParameters
- conduitVertices
- Type: System.Collections.GenericIEnumerablePFVertex
[Missing <param name="conduitVertices"/> documentation for "M:PolyFramework.GetPFVertex.#ctor(System.Collections.Generic.IEnumerable{PolyFramework.PFVertex})"]
See Also