The targeted stopping condition.
| [Visual Basic .NET] |
|---|
Public Sub SetTrigger( _
ByVal StoppingCondition As IAgVAStoppingCondition _
)
|
| [C#] |
|---|
public void SetTrigger(
|
| [Managed C++] |
|---|
public: void SetTrigger(
|
| [Java] |
|---|
public setTrigger(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetTrigger(
|
- StoppingCondition