STK AstrogatorSend comments on this topic.
Add Method (IAgVAScriptingCalcObjectCollection)
See Also
ComponentName
Windows





Windows & Linux

Description

Adds a calculation object to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal ComponentName As String _
) As IAgVAScriptingCalcObject
[C#]
public IAgVAScriptingCalcObject Add(
    string ComponentName
);
[Managed C++]
public: IAgVAScriptingCalcObject^ Add(
    String __gc ^ ComponentName
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ComponentName,
    IAgVAScriptingCalcObject ** ppVAScriptingParameter
);
[Java]
public IAgVAScriptingCalcObject add(
    String ComponentName
);
[Python - STK API ]
def Add(self, ComponentName:str) -> "IAgVAScriptingCalcObject":

Parameters

ComponentName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.