STK AviatorSend comments on this topic.
StopCondition Property (IAgAvtrProcedureFormationFlyer)
See Also
Windows





Windows & Linux

Description

Get Stop condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StopCondition() As AgEAvtrFormationFlyerStopCondition
[C#]
public AgEAvtrFormationFlyerStopCondition StopCondition {get; set;}
[Managed C++]
public: __property AgEAvtrFormationFlyerStopCondition get_StopCondition();
public: __property void set_StopCondition( AgEAvtrFormationFlyerStopCondition );
[Unmanaged C++]
public: HRESULT get_StopCondition(
    AgEAvtrFormationFlyerStopCondition * pVal
);
public: HRESULT put_StopCondition(
    AgEAvtrFormationFlyerStopCondition pVal
);
[Java]
public AgEAvtrFormationFlyerStopCondition getStopCondition();
public void setStopCondition(
    AgEAvtrFormationFlyerStopCondition
);
[Python - STK API ]
@property
def StopCondition(self) -> "AgEAvtrFormationFlyerStopCondition":

@StopCondition.setter
def StopCondition(self, pVal:"AgEAvtrFormationFlyerStopCondition") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.