AGI STK Objects 11 Send comments on this topic.
EnableLightTimeDelay Property (IAgCvAdvanced)
See Also 





Description

Specify whether to take light time delay into account in the coverage 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 * pRetVal
);
public: HRESULT put_EnableLightTimeDelay(
VARIANT_BOOL NewEnableLightTimeDelay
);

[Java]
public bool getEnableLightTimeDelay();public void setEnableLightTimeDelay(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1