STK AstrogatorSend 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
[Managed C++]
public: IAgVAProfile^ Paste(
    VARIANT IndexOrName,
    AgEVAProfileInsertDirection Direction
);
[Unmanaged C++]
public: HRESULT Paste(
    VARIANT IndexOrName,
    AgEVAProfileInsertDirection Direction,
    IAgVAProfile ** ppRetVal
);
[Python - STK API ]
def Paste(self, IndexOrName:typing.Any, Direction:"AgEVAProfileInsertDirection") -> "IAgVAProfile":

Parameters

IndexOrName
Direction

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.