Copies the stopping condition into the clipboard and removes the stopping condition from the list.
[Visual Basic .NET] |
---|
Public Sub Cut( _ ByVal IndexOrName As System.Object _ ) |
[C#] |
---|
public void Cut( System.Object IndexOrName ); |
[Managed C++] |
---|
public: void Cut( VARIANT IndexOrName ); |
[Unmanaged C++] |
---|
public: HRESULT Cut( VARIANT IndexOrName ); |
[Java] |
---|
public void cut( AgVariant IndexOrName ); |
[Python - STK API ] |
---|
def Cut(self, IndexOrName:typing.Any) -> None: |
- IndexOrName