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(
|
| [Managed C++] |
|---|
public: IAgVAMCSSegment^ Paste(
|
| [Java] |
|---|
public IAgVAMCSSegment paste(
|
| [Unmanaged C++] |
|---|
public: HRESULT Paste(
|
- SegmentToPasteBefore