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





Windows & Linux

Description

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

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.