The vertexes that make up the cell
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic List<PFVertex> Vertices { get; set; }Public Property Vertices As List(Of PFVertex)
Get
Set
public:
property List<PFVertex^>^ Vertices {
List<PFVertex^>^ get ();
void set (List<PFVertex^>^ value);
}member Vertices : List<PFVertex> with get, set
Property Value
Type:
ListPFVertex
See Also