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