STK AstrogatorSend comments on this topic.
VariableAction Property (IAgVAUserVariableUpdate)
See Also
Windows





Windows & Linux

Description

Action to be performed using the value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VariableAction() As AgEVAUpdateAction
[C#]
public AgEVAUpdateAction VariableAction {get; set;}
[Managed C++]
public: __property AgEVAUpdateAction get_VariableAction();
public: __property void set_VariableAction( AgEVAUpdateAction );
[Unmanaged C++]
public: HRESULT get_VariableAction(
    AgEVAUpdateAction * pVal
);
public: HRESULT put_VariableAction(
    AgEVAUpdateAction inVal
);
[Java]
public AgEVAUpdateAction getVariableAction();
public void setVariableAction(
    AgEVAUpdateAction
);
[Python - STK API ]
@property
def VariableAction(self) -> "AgEVAUpdateAction":

@VariableAction.setter
def VariableAction(self, inVal:"AgEVAUpdateAction") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.