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