Creates an IAgGatorCalcObject object from Astrogator component browser.
| [Visual Basic .NET] |
|---|
Public Function ConfigureCalcObject( _ ByVal Name As String _ ) As AgGatorConfiguredCalcObject |
| [C#] |
|---|
public AgGatorConfiguredCalcObject ConfigureCalcObject( |
| [Managed C++] |
|---|
public: AgGatorConfiguredCalcObject^ ConfigureCalcObject( |
| [Java] |
|---|
public AgGatorConfiguredCalcObject configureCalcObject( |
| [Unmanaged C++] |
|---|
public: HRESULT ConfigureCalcObject( |
- 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
