STK AviatorSend comments on this topic.
SecondPause Property (IAgAvtrProcedureFormationRecover)
See Also
Windows





Windows & Linux

Description

Gets or sets the amount of time that the aircraft will pause at a zero altitude offset.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondPause() As System.Object
[C#]
public System.Object SecondPause {get; set;}
[Managed C++]
public: __property VARIANT get_SecondPause();
public: __property void set_SecondPause( VARIANT );
[Unmanaged C++]
public: HRESULT get_SecondPause(
    VARIANT * pVal
);
public: HRESULT put_SecondPause(
    VARIANT newVal
);
[Java]
public AgVariant getSecondPause();
public void setSecondPause(
    AgVariant
);
[Python - STK API ]
@property
def SecondPause(self) -> typing.Any:

@SecondPause.setter
def SecondPause(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.