STK AstrogatorSend comments on this topic.
Paste Method (IAgVAScriptingParameterCollection)
See Also
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function Paste() As IAgVAScriptingParameter
[C#]
public IAgVAScriptingParameter Paste();
[Managed C++]
public: IAgVAScriptingParameter ^ Paste();
[Unmanaged C++]
public: HRESULT Paste(
    IAgVAScriptingParameter ** ppRetVal
);
[Java]
public IAgVAScriptingParameter paste();
[Python - STK API ]
def Paste(self) -> "IAgVAScriptingParameter":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.