STK AstrogatorSend comments on this topic.
BeforeConditions Property (IAgVAAccessStoppingCondition)
See Also
Windows





Windows & Linux

Description

A 'before' stopping condition is used to define a stopping condition that depends on two events. Astrogator will ignore a stopping condition until its 'before' conditions are met. Astrogator then interpolates backwards to the normal stopping condition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property BeforeConditions() As IAgVAStoppingConditionCollection
[C#]
public IAgVAStoppingConditionCollection BeforeConditions {get;}
[Managed C++]
public: __property IAgVAStoppingConditionCollection ^ get_BeforeConditions();
[Unmanaged C++]
public: HRESULT get_BeforeConditions(
    IAgVAStoppingConditionCollection ** ppStoppingConditionCollection
);
[Java]
public IAgVAStoppingConditionCollection getBeforeConditions();
[Python - STK API ]
@property
def BeforeConditions(self) -> "IAgVAStoppingConditionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.