STK AstrogatorSend comments on this topic.
Parameters Property (IAgVAScriptingTool)
See Also
Windows





Windows & Linux

Description

Returns the collection of parameters.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.