STK ObjectsSend comments on this topic.
EnableLightTimeDelay Property (IAgStkAccessAdvanced)
See Also
Windows





Windows & Linux

Description

Specify whether to take light time delay into account in the computation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableLightTimeDelay() As Boolean
[C#]
public bool EnableLightTimeDelay {get; set;}
[Managed C++]
public: __property bool get_EnableLightTimeDelay();
public: __property void set_EnableLightTimeDelay( bool );
[Unmanaged C++]
public: HRESULT get_EnableLightTimeDelay(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableLightTimeDelay(
    VARIANT_BOOL inVal
);
[Java]
public bool getEnableLightTimeDelay();
public void setEnableLightTimeDelay(
    bool
);
[Python - STK API ]
@property
def EnableLightTimeDelay(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.