Gets the position with the specified ID.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public Position GetPosition(
	string id
)
Visual Basic (Declaration)
Public Function GetPosition ( _
	id As String _
) As Position
Visual C++
public:
Position^ GetPosition(
	String^ id
)

Parameters

id
Type: System..::.String
The ID of the position to return

Return Value

The position with the specified ID, or null if it was not found.

See Also