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)
SyntaxIVertexQuery Labels(
params string[] labels
)
Function Labels (
ParamArray labels As String()
) As IVertexQuery
IVertexQuery^ Labels(
... array<String^>^ labels
)
abstract Labels :
labels : string[] -> IVertexQuery
Parameters
- labels
- Type: SystemString
the labels to check against
Return Value
Type:
IVertexQuerythe modified query object
See Also