Pastes the object property from the clipboard and inserts into the list.
[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": |