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






Windows & Linux

Description

Copies the profile and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal Profile As IAgVAProfile, _
   ByVal IndexOrName As System.Object, _
   ByVal Direction As AgEVAProfileInsertDirection _
) As IAgVAProfile
[C#]
public IAgVAProfile InsertCopy(
   IAgVAProfile Profile,
   System.Object IndexOrName,
   AgEVAProfileInsertDirection Direction
);
[Managed C++]
public: IAgVAProfile^ InsertCopy(
   IAgVAProfile ^ Profile,
   VARIANT IndexOrName,
   AgEVAProfileInsertDirection Direction
);
[Java]
public IAgVAProfile insertCopy(
   IAgVAProfile Profile,
   Variant IndexOrName,
   AgEVAProfileInsertDirection Direction
);
[Unmanaged C++]
public: HRESULT InsertCopy(
   IAgVAProfile * Profile,
   VARIANT IndexOrName,
   AgEVAProfileInsertDirection Direction,
   IAgVAProfile ** ReturnValue
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.