EdgeTypeTailType Property |
Gets the Tail VertexType of the edge (might not be set)
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public VertexType TailType { get; }
Public ReadOnly Property TailType As VertexType
Get
public:
property VertexType^ TailType {
VertexType^ get ();
}
member TailType : VertexType with get
Property Value
Type:
VertexTypeSee Also