Gets a series input assigned to this action by index.

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

Syntax

C#
protected ISeries GetInputSeries(
	int index,
	ActionContext context
)
Visual Basic (Declaration)
Protected Function GetInputSeries ( _
	index As Integer, _
	context As ActionContext _
) As ISeries
Visual C++
protected:
ISeries^ GetInputSeries(
	int index, 
	ActionContext^ context
)

Parameters

index
Type: System..::.Int32
The index of the ISeries inputs.
context
Type: RightEdge.Common..::.ActionContext
ActionContext instance associated with this series.

Return Value

returns an ISeries instance if it exists within the current input series, otherwise null or Nothing.

See Also