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