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





Description

Adds a function to the collection.

Syntax

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

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

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

[Java]
public IAgComponentInfo add(
String ResultName
);

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

Parameters

ResultName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1