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