EdgeTypeHeadType Property |
Gets the Head VertexType of the edge (might not be set)
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic VertexType HeadType { get; }
Public ReadOnly Property HeadType As VertexType
Get
public:
property VertexType^ HeadType {
VertexType^ get ();
}
member HeadType : VertexType with get
Property Value
Type:
VertexType
See Also