STK AstrogatorSend comments on this topic.
UserVariables Property (IAgVAMCSUpdate)
See Also
Windows





Windows & Linux

Description

Interface used to modify user variables for the update segment.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.