Sets trigger inputs for each symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void SetTriggerInputs( params Object[] inputs ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetTriggerInputs ( _ ParamArray inputs As Object() _ ) |
| Visual C++ |
|---|
public: void SetTriggerInputs( ... array<Object^>^ inputs ) |
Parameters
- inputs
- Type: array<
System..::.Object
>[]()[]
Collection of inputs to set.