Specify whether to take light time delay into account in the coverage computation.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableLightTimeDelay() As Boolean |
[C#] |
---|
public bool EnableLightTimeDelay {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableLightTimeDelay(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableLightTimeDelay( VARIANT_BOOL * pVal ); public: HRESULT put_EnableLightTimeDelay( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getEnableLightTimeDelay(); public void setEnableLightTimeDelay( bool ); |