[Missing <summary> documentation for "P:PolyFramework.PFoam.Vertices"]
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<PFVertex> Vertices { get; set; }Public Property Vertices As IList(Of PFVertex)
Get
Set
public:
property IList<PFVertex^>^ Vertices {
IList<PFVertex^>^ get ();
void set (IList<PFVertex^>^ value);
}member Vertices : IList<PFVertex> with get, set
Property Value
Type:
IListPFVertex
See Also