STK AstrogatorSend comments on this topic.
GetAction Method (IAgVAMCSUpdate)
See Also
ParameterType
Windows





Windows & Linux

Description

Gets the action type for a parameter.

Syntax

[Visual Basic .NET]
Public Function GetAction( _
    ByVal ParameterType As AgEVAUpdateParam _
) As AgEVAUpdateAction
[Managed C++]
public: AgEVAUpdateAction GetAction(
    AgEVAUpdateParam ParameterType
);
[Unmanaged C++]
public: HRESULT GetAction(
    AgEVAUpdateParam ParameterType,
    AgEVAUpdateAction * pActionType
);
[Python - STK API ]
def GetAction(self, ParameterType:"AgEVAUpdateParam") -> "AgEVAUpdateAction":

Parameters

ParameterType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.