STK AviatorSend comments on this topic.
FixedTime Property (IAgAvtrProcedureHover)
See Also
Windows





Windows & Linux

Description

Gets or sets the time to hover in place.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedTime() As System.Object
[C#]
public System.Object FixedTime {get; set;}
[Managed C++]
public: __property VARIANT get_FixedTime();
public: __property void set_FixedTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_FixedTime(
    VARIANT * pVal
);
public: HRESULT put_FixedTime(
    VARIANT newVal
);
[Java]
public AgVariant getFixedTime();
public void setFixedTime(
    AgVariant
);
[Python - STK API ]
@property
def FixedTime(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.