STK AgGatorPluginSend comments on this topic.
ConfigureCalcObject Method (IAgGatorPluginProvider)
See Also
Name
The name of the Calc Object. To use a Calc Object whose name contains spaces, replace each space with an underscore (_).
Windows





Windows & Linux

Description

Creates an IAgGatorCalcObject object from Astrogator component browser.

Syntax

[Visual Basic .NET]
Public Function ConfigureCalcObject( _
    ByVal Name As String _
) As IAgGatorConfiguredCalcObject
[C#]
public IAgGatorConfiguredCalcObject ConfigureCalcObject(
    string Name
);
[Managed C++]
public: IAgGatorConfiguredCalcObject^ ConfigureCalcObject(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT ConfigureCalcObject(
    BSTR Name,
    IAgGatorConfiguredCalcObject ** CalcObject
);
[Java]
public IAgGatorConfiguredCalcObject configureCalcObject(
    String Name
);

Parameters

Name
The name of the Calc Object. To use a Calc Object whose name contains spaces, replace each space with an underscore (_).

Return Type

An interface to the Calc Object in the Astrogator component browser.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.