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