STK AstrogatorSend comments on this topic.
CalcArguments Property (IAgVAStateCalcScript)
See Also
Windows





Windows & Linux

Description

The arguments to be applied to the function.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CalcArguments() As IAgVACalcObjectCollection
[C#]
public IAgVACalcObjectCollection CalcArguments {get;}
[Managed C++]
public: __property IAgVACalcObjectCollection ^ get_CalcArguments();
[Unmanaged C++]
public: HRESULT get_CalcArguments(
    IAgVACalcObjectCollection ** ppVACalcObjectCollection
);
[Java]
public IAgVACalcObjectCollection getCalcArguments();
[Python - STK API ]
@property
def CalcArguments(self) -> "IAgVACalcObjectCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.