Interface used to modify user variables for the initial state segment.
Read-only property
[Visual Basic .NET] |
---|
Public Property UserVariables() As IAgVAUserVariableCollection |
[C#] |
---|
public IAgVAUserVariableCollection UserVariables {get;} |
[Managed C++] |
---|
public: __property IAgVAUserVariableCollection ^ get_UserVariables(); |
[Unmanaged C++] |
---|
public: HRESULT get_UserVariables( IAgVAUserVariableCollection ** ppRetVal ); |
[Java] |
---|
public IAgVAUserVariableCollection getUserVariables(); |
[Python - STK API ] |
---|
@property def UserVariables(self) -> "IAgVAUserVariableCollection": |