STK AstrogatorSend comments on this topic.
SetAction Method (IAgVAMCSUpdate)
See Also
ParameterName
ActionType
Windows





Windows & Linux

Description

Sets the update action type.

Syntax

[Visual Basic .NET]
Public Sub SetAction( _
    ByVal ParameterName As AgEVAUpdateParam, _
    ByVal ActionType As AgEVAUpdateAction _
)
[Managed C++]
public: void SetAction(
    AgEVAUpdateParam ParameterName,
    AgEVAUpdateAction ActionType
);
[Unmanaged C++]
public: HRESULT SetAction(
    AgEVAUpdateParam ParameterName,
    AgEVAUpdateAction ActionType
);
[Python - STK API ]
def SetAction(self, ParameterName:"AgEVAUpdateParam", ActionType:"AgEVAUpdateAction") -> None:

Parameters

ParameterName
ActionType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.