Pastes the segment from the clipboard and inserts in before the given segment name.
[Visual Basic .NET] |
---|
Public Function Paste( _ ByVal SegmentToPasteBefore As String _ ) As IAgVAMCSSegment |
[C#] |
---|
public IAgVAMCSSegment Paste( string SegmentToPasteBefore ); |
[Managed C++] |
---|
public: IAgVAMCSSegment^ Paste( String __gc ^ SegmentToPasteBefore ); |
[Unmanaged C++] |
---|
public: HRESULT Paste( BSTR SegmentToPasteBefore, IAgVAMCSSegment ** ppRetVal ); |
[Java] |
---|
public IAgVAMCSSegment paste( String SegmentToPasteBefore ); |
[Python - STK API ] |
---|
def Paste(self, SegmentToPasteBefore:str) -> "IAgVAMCSSegment": |
- SegmentToPasteBefore