Pastes the stopping condition from the clipboard and inserts into the list.
[Visual Basic .NET] |
---|
Public Function Paste() As IAgVAStoppingConditionElement |
[C#] |
---|
public IAgVAStoppingConditionElement Paste(); |
[Managed C++] |
---|
public: IAgVAStoppingConditionElement ^ Paste(); |
[Unmanaged C++] |
---|
public: HRESULT Paste( IAgVAStoppingConditionElement ** ppRetVal ); |
[Java] |
---|
public IAgVAStoppingConditionElement paste(); |
[Python - STK API ] |
---|
def Paste(self) -> "IAgVAStoppingConditionElement": |