Method GetSignalAssetAtIndex
GetSignalAssetAtIndex(int)
Gets the SignalAsset at a specific index
Declaration
public SignalAsset GetSignalAssetAtIndex(int idx)
Parameters
Type | Name | Description |
---|---|---|
int | idx | The index of the SignalAsset. |
Returns
Type | Description |
---|---|
SignalAsset | Returns a SignalAsset. |