Click or drag to resize

VertexTypeGetVertices Method (Boolean)

Enumerates all vertices for the given type

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

Parameters

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

Return Value

Type: IEnumerableVertex
Enumeration of vertices
See Also