AGI STK Astrogator 11Send 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
);
[Java]
public IAgVAScriptingCalcObject add(
   String ComponentName
);
[Unmanaged C++]
public: HRESULT Add(
   BSTR ComponentName,
   IAgVAScriptingCalcObject ** ReturnValue
);

Parameters

ComponentName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.