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






Windows & Linux

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
);
[Java]
public IAgVAProfile add2(
   String ProfileName,
   Variant IndexOrName,
   AgEVAProfileInsertDirection Direction
);
[Unmanaged C++]
public: HRESULT Add2(
   BSTR ProfileName,
   VARIANT IndexOrName,
   AgEVAProfileInsertDirection Direction,
   IAgVAProfile ** ReturnValue
);

Parameters

ProfileName
IndexOrName
Direction
MemberValueDescription
eVAProfileInsertBefore0Insert profile before reference profile.
eVAProfileInsertAfter1Insert profile after reference profile.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.