Opt whether light time delay is applied when computing accesses.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseLightTimeDelay() As Boolean |
[C#] |
---|
public bool UseLightTimeDelay {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseLightTimeDelay(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseLightTimeDelay( VARIANT_BOOL * pVal ); public: HRESULT put_UseLightTimeDelay( VARIANT_BOOL UseLightTimeDelay ); |
[Java] |
---|
public bool getUseLightTimeDelay(); public void setUseLightTimeDelay( bool ); |