STK ObjectsSend comments on this topic.
UseLightTimeDelay Property (IAgVeAccessAdvanced)
See Also
Windows





Windows & Linux

Description

Opt whether light time delay is applied when computing accesses.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLightTimeDelay() As Boolean
[C#]
public bool UseLightTimeDelay {get; set;}
[Managed C++]
public: __property bool get_UseLightTimeDelay();
public: __property void set_UseLightTimeDelay( bool );
[Unmanaged C++]
public: HRESULT get_UseLightTimeDelay(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseLightTimeDelay(
    VARIANT_BOOL UseLightTimeDelay
);
[Java]
public bool getUseLightTimeDelay();
public void setUseLightTimeDelay(
    bool
);
[Python - STK API ]
@property
def UseLightTimeDelay(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.