AGI STK Astrogator 11 Send comments on this topic.
SetTrigger Method (IAgVAProfileChangeStoppingConditionState)
See Also 
StoppingCondition
Windows






Windows & Linux

Description

The targeted stopping condition.

Syntax

[Visual Basic .NET]
Public Sub SetTrigger( _
   ByVal StoppingCondition As IAgVAStoppingCondition _
) 

[C#]
public void SetTrigger(
IAgVAStoppingCondition StoppingCondition
);

[Managed C++]
public: void SetTrigger(
IAgVAStoppingCondition ^ StoppingCondition
);

[Java]
public  setTrigger(
IAgVAStoppingCondition StoppingCondition
);

[Unmanaged C++]
public: HRESULT SetTrigger(
IAgVAStoppingCondition * StoppingCondition
);

Parameters

StoppingCondition

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface