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