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






