Gets the action type for a parameter.
[Visual Basic .NET] |
---|
Public Function GetAction( _ ByVal ParameterType As AgEVAUpdateParam _ ) As AgEVAUpdateAction |
[C#] |
---|
public AgEVAUpdateAction GetAction( AgEVAUpdateParam ParameterType ); |
[Managed C++] |
---|
public: AgEVAUpdateAction GetAction( AgEVAUpdateParam ParameterType ); |
[Unmanaged C++] |
---|
public: HRESULT GetAction( AgEVAUpdateParam ParameterType, AgEVAUpdateAction * pActionType ); |
[Java] |
---|
public AgEVAUpdateAction getAction( AgEVAUpdateParam ParameterType ); |
[Python - STK API ] |
---|
def GetAction(self, ParameterType:"AgEVAUpdateParam") -> "AgEVAUpdateAction": |
- ParameterType