Click or drag to resize

VertexType.GetVertices Method (Boolean)

Enumerates all vertices for the given type

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<Vertex> GetVertices(
	bool polymorphic = false
)

Parameters

polymorphic (Optional)
Type: System.Boolean
If true, also include all vertices of sub types of this VertexType

Return Value

Type: IEnumerable<Vertex>
Enumeration of vertices
See Also