Click or drag to resize

IVertexQueryLabels Method

Filter out the edge if its label is not in set of provided labels.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IVertexQuery Labels(
	params string[] labels
)

Parameters

labels
Type: SystemString
the labels to check against

Return Value

Type: IVertexQuery
the modified query object
See Also