STK AviatorSend comments on this topic.
HoldTime Property (IAgAvtrProcedureInFormation)
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 HoldTime() As System.Object
[C#]
public System.Object HoldTime {get; set;}
[Managed C++]
public: __property VARIANT get_HoldTime();
public: __property void set_HoldTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_HoldTime(
    VARIANT * pVal
);
public: HRESULT put_HoldTime(
    VARIANT newVal
);
[Java]
public AgVariant getHoldTime();
public void setHoldTime(
    AgVariant
);
[Python - STK API ]
@property
def HoldTime(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.