Creates an IAgGatorCalcObject object from Astrogator component browser.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgGatorConfiguredCalcObject ConfigureCalcObject( string Name ); |
| [Managed C++] |
|---|
public: IAgGatorConfiguredCalcObject^ ConfigureCalcObject( String __gc ^ Name ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgGatorConfiguredCalcObject configureCalcObject( String Name ); |
[Python - STK API ] |
|---|
def ConfigureCalcObject(self, Name:str) -> "IAgGatorConfiguredCalcObject": |
- Name
- The name of the Calc Object. To use a Calc Object whose name contains spaces, replace each space with an underscore (_).
An interface to the Calc Object in the Astrogator component browser.






