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





Windows & Linux

Description

Interface used to add/remove user variables.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property UserVariables() As IAgVAUserVariableDefinitionCollection
[C#]
public IAgVAUserVariableDefinitionCollection UserVariables {get;}
[Managed C++]
public: __property IAgVAUserVariableDefinitionCollection ^ get_UserVariables();
[Unmanaged C++]
public: HRESULT get_UserVariables(
    IAgVAUserVariableDefinitionCollection ** ppRetVal
);
[Java]
public IAgVAUserVariableDefinitionCollection getUserVariables();
[Python - STK API ]
@property
def UserVariables(self) -> "IAgVAUserVariableDefinitionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.