STK AstrogatorSend comments on this topic.
StoppingConditionType Property (IAgVAStoppingConditionComponent)
See Also
Windows





Windows & Linux

Description

Get the type of stopping condition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property StoppingConditionType() As AgEVAStoppingCondition
[C#]
public AgEVAStoppingCondition StoppingConditionType {get;}
[Managed C++]
public: __property AgEVAStoppingCondition get_StoppingConditionType();
[Unmanaged C++]
public: HRESULT get_StoppingConditionType(
    AgEVAStoppingCondition * pEVAStoppingCondition
);
[Java]
public AgEVAStoppingCondition getStoppingConditionType();
[Python - STK API ]
@property
def StoppingConditionType(self) -> "AgEVAStoppingCondition":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.