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