AGI STK Astrogator 11 Send comments on this topic.
Add Method (IAgVACalcObjectCollection)
See Also 
Name





Description

Adds a calc object to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Name As String _
) As IAgComponentInfo

[C#]
public IAgComponentInfo Add(
string Name
);

[Managed C++]
public: IAgComponentInfo^ Add(
String __gc ^ Name
);

[Java]
public IAgComponentInfo add(
String Name
);

[Unmanaged C++]
public: HRESULT Add(
BSTR Name,
IAgComponentInfo ** ReturnValue
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1