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