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