Gets the value type for a parameter.
[Visual Basic .NET] |
---|
Public Function GetValue( _ ByVal ParameterType As AgEVAUpdateParam _ ) As Double |
[C#] |
---|
public double GetValue( AgEVAUpdateParam ParameterType ); |
[Managed C++] |
---|
public: double GetValue( AgEVAUpdateParam ParameterType ); |
[Unmanaged C++] |
---|
public: HRESULT GetValue( AgEVAUpdateParam ParameterType, double * pVal ); |
[Java] |
---|
public double getValue( AgEVAUpdateParam ParameterType ); |
[Python - STK API ] |
---|
def GetValue(self, ParameterType:"AgEVAUpdateParam") -> float: |
- ParameterType