Initializes a new instance of the
GetPFFace class
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic GetPFFace(
List<PFFace> conduitFaces
)
Public Sub New (
conduitFaces As List(Of PFFace)
)
public:
GetPFFace(
List<PFFace^>^ conduitFaces
)
new :
conduitFaces : List<PFFace> -> GetPFFaceParameters
- conduitFaces
- Type: System.Collections.GenericListPFFace
[Missing <param name="conduitFaces"/> documentation for "M:PolyFramework.GetPFFace.#ctor(System.Collections.Generic.List{PolyFramework.PFFace})"]
See Also