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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FirstPause() As System.Object
[C#]
public System.Object FirstPause {get; set;}
[Managed C++]
public: __property VARIANT get_FirstPause();
public: __property void set_FirstPause( VARIANT );
[Unmanaged C++]
public: HRESULT get_FirstPause(
    VARIANT * pVal
);
public: HRESULT put_FirstPause(
    VARIANT newVal
);
[Java]
public AgVariant getFirstPause();
public void setFirstPause(
    AgVariant
);
[Python - STK API ]
@property
def FirstPause(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.