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