Copies the stopping condition and inserts the copy into the list.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVAStoppingConditionElement InsertCopy( IAgVAStoppingConditionElement StopCond ); |
| [Managed C++] |
|---|
public: IAgVAStoppingConditionElement^ InsertCopy( IAgVAStoppingConditionElement ^ StopCond ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVAStoppingConditionElement insertCopy( IAgVAStoppingConditionElement StopCond ); |
[Python - STK API ] |
|---|
def InsertCopy(self, StopCond:"IAgVAStoppingConditionElement") -> "IAgVAStoppingConditionElement": |
- StopCond






