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






Windows & Linux

Description

Pastes the profile from the clipboard and inserts into the list.

Syntax

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

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.