Copies the segment into the clipboard and removes the segment from the sequence.
[Visual Basic .NET] |
---|
Public Sub Cut( _ ByVal SegmentNameToCut As String _ ) |
[C#] |
---|
public void Cut( string SegmentNameToCut ); |
[Managed C++] |
---|
public: void Cut( String __gc ^ SegmentNameToCut ); |
[Unmanaged C++] |
---|
public: HRESULT Cut( BSTR SegmentNameToCut ); |
[Java] |
---|
public void cut( String SegmentNameToCut ); |
[Python - STK API ] |
---|
def Cut(self, SegmentNameToCut:str) -> None: |
- SegmentNameToCut