Gets a series input assigned to this action by index.
Namespace:
RightEdge.CommonAssembly: 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.