VertexVertexType Property |
Gets the vertex type of this Vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public VertexType VertexType { get; }
Public ReadOnly Property VertexType As VertexType
Get
public:
property VertexType^ VertexType {
VertexType^ get ();
}
member VertexType : VertexType with get
Property Value
Type:
VertexTypeSee Also