PlacementExplicitItem Property Naiad Help

[This is preliminary documentation and is subject to change.]

Returns location information about the vertex with the given ID.

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public override VertexLocation this[
	int vertexId
] { get; }

Parameters

vertexId
Type: SystemInt32
The vertex ID.

Return Value

Type: VertexLocation
Location information about the vertex with the given ID.
See Also

Reference