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





Windows & Linux

Description

Interface used to modify user variables for the follow segment.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.