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