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





Windows & Linux

Description

Pastes the calc object from the clipboard and inserts into the list.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.