AGI STK Astrogator 11Send comments on this topic.
InsertCopy Method (IAgVAStoppingConditionCollection)
See Also 
StopCond
Windows






Windows & Linux

Description

Copies the stopping condition and inserts the copy into the list.

Syntax

[Visual Basic .NET]
Public Function InsertCopy( _
   ByVal StopCond As IAgVAStoppingConditionElement _
) As IAgVAStoppingConditionElement
[Managed C++]
public: IAgVAStoppingConditionElement^ InsertCopy(
   IAgVAStoppingConditionElement ^ StopCond
);
[Unmanaged C++]
public: HRESULT InsertCopy(
   IAgVAStoppingConditionElement * StopCond,
   IAgVAStoppingConditionElement ** ReturnValue
);

Parameters

StopCond

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.