Gets the tail vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Vertex Tail { get; }
Public ReadOnly Property Tail As Vertex
Get
public:
property Vertex^ Tail {
Vertex^ get ();
}
member Tail : Vertex with get
Property Value
Type:
VertexSee Also