Copies the stopping condition and inserts the
copy into the list.
| [Visual Basic .NET] |
|---|
Public Function InsertCopy( _
ByVal StopCond As IAgVAStoppingConditionElement _
) As IAgVAStoppingConditionElement
|
| [C#] |
|---|
public IAgVAStoppingConditionElement InsertCopy(
|
| [Managed C++] |
|---|
public: IAgVAStoppingConditionElement^ InsertCopy(
|
| [Java] |
|---|
public IAgVAStoppingConditionElement insertCopy(
|
| [Unmanaged C++] |
|---|
public: HRESULT InsertCopy(
|
- StopCond