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





Windows & Linux

Description

Gets or sets the option to insert a delay at the beginning of the procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseDelay() As Boolean
[C#]
public bool UseDelay {get; set;}
[Managed C++]
public: __property bool get_UseDelay();
public: __property void set_UseDelay( bool );
[Unmanaged C++]
public: HRESULT get_UseDelay(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseDelay(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseDelay();
public void setUseDelay(
    bool
);
[Python - STK API ]
@property
def UseDelay(self) -> bool:

@UseDelay.setter
def UseDelay(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.