CADability dotNET
Gets the list of edges of this vertex

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Edge[] Edges { get; }
Visual Basic
Public ReadOnly Property Edges As Edge()
	Get
Visual C++
public:
property array<Edge^>^ Edges {
	array<Edge^>^ get ();
}

See Also