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





Description

Adds a new thruster.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal ThrusterName As String _
) As IAgVAThruster

[C#]
public IAgVAThruster Add(
string ThrusterName
);

[Managed C++]
public: IAgVAThruster^ Add(
String __gc ^ ThrusterName
);

[Java]
public IAgVAThruster add(
String ThrusterName
);

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

Parameters

ThrusterName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1