Flags control whether event times are computed just using the sampling or by sub-sampling.
Read-write property
[Visual Basic .NET] |
---|
Public Property DetectEventsBasedOnSamplesOnly() As Boolean |
[C#] |
---|
public bool DetectEventsBasedOnSamplesOnly {get; set;} |
[Managed C++] |
---|
public: __property bool get_DetectEventsBasedOnSamplesOnly(); |
[Unmanaged C++] |
---|
public: HRESULT get_DetectEventsBasedOnSamplesOnly( VARIANT_BOOL * pVal ); public: HRESULT put_DetectEventsBasedOnSamplesOnly( VARIANT_BOOL DetectEventsBasedOnSamplesOnly ); |
[Java] |
---|
public bool getDetectEventsBasedOnSamplesOnly(); public void setDetectEventsBasedOnSamplesOnly( bool ); |