Gets the value of an input to the plugin in internal units.
[Visual Basic .NET] |
---|
Public Function GetInputValue( _ ByVal Index As Integer _ ) As Double |
[C#] |
---|
public double GetInputValue( int Index ); |
[Managed C++] |
---|
public: double GetInputValue( int Index ); |
[Java] |
---|
public double getInputValue( Integer Index ); |
[Python - STK API ![]() |
---|
def GetInputValue(self, Index:int) -> float: |
- Index