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