Click or drag to resize

VertexTypeGetVertices 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: SystemBoolean
If true, also include all vertices of sub types of this VertexType

Return Value

Type: IEnumerableVertex
Enumeration of vertices
See Also