STK AstrogatorSend comments on this topic.
StoppingConditions Property (IAgVAMCSPropagate)
See Also
Windows





Windows & Linux

Description

Get the list of stopping conditions defined for the segment.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.