AGI STK Astrogator 11 Send comments on this topic.
Add2 Method (IAgVAProfileCollection)
See Also 
ProfileName
IndexOrName
Direction





Description

Adds a profile.

Syntax

[Visual Basic .NET]
Public Function Add2( _
   ByVal ProfileName As String, _
   ByVal IndexOrName As System.Object, _
   ByVal Direction As AgEVAProfileInsertDirection _
) As IAgVAProfile

[C#]
public IAgVAProfile Add2(
string ProfileName,
System.Object IndexOrName,
AgEVAProfileInsertDirection Direction
);

[Managed C++]
public: IAgVAProfile^ Add2(
String __gc ^ ProfileName,
VARIANT IndexOrName,
AgEVAProfileInsertDirection Direction
);

[Unmanaged C++]
public: HRESULT Add2(
BSTR ProfileName,
VARIANT IndexOrName,
AgEVAProfileInsertDirection Direction,
IAgVAProfile ** ReturnValue
);

Parameters

ProfileName
IndexOrName
Direction
Member Value Description
eVAProfileInsertBefore 0 Insert profile before reference profile.
eVAProfileInsertAfter 1 Insert profile after reference profile.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1