IdVertexGetVertices Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdVertex.GetVertices(Frontenac.Blueprints.Direction,System.String[])"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic IEnumerable<IVertex> GetVertices(
Direction direction,
params string[] labels
)
Public Function GetVertices (
direction As Direction,
ParamArray labels As String()
) As IEnumerable(Of IVertex)
public:
virtual IEnumerable<IVertex^>^ GetVertices(
Direction direction,
... array<String^>^ labels
) sealed
abstract GetVertices :
direction : Direction *
labels : string[] -> IEnumerable<IVertex>
override GetVertices :
direction : Direction *
labels : string[] -> IEnumerable<IVertex>
Parameters
- direction
- Type: Frontenac.BlueprintsDirection
[Missing <param name="direction"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdVertex.GetVertices(Frontenac.Blueprints.Direction,System.String[])"]
- labels
- Type: SystemString
[Missing <param name="labels"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdVertex.GetVertices(Frontenac.Blueprints.Direction,System.String[])"]
Return Value
Type:
IEnumerableIVertex[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdVertex.GetVertices(Frontenac.Blueprints.Direction,System.String[])"]
Implements
IVertexGetVertices(Direction, String)
See Also