AGI STK Objects 11Send comments on this topic.
DetectEventsBasedOnSamplesOnly Property (IAgChain)
See Also
Windows






Windows & Linux

Description

Flags control whether event times are computed just using the sampling or by sub-sampling

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectEventsBasedOnSamplesOnly() As Boolean
[C#]
public bool DetectEventsBasedOnSamplesOnly {get; set;}
[Managed C++]
public: __property bool get_DetectEventsBasedOnSamplesOnly();
public: __property void set_DetectEventsBasedOnSamplesOnly( bool );
[Unmanaged C++]
public: HRESULT get_DetectEventsBasedOnSamplesOnly(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DetectEventsBasedOnSamplesOnly(
    VARIANT_BOOL DetectEventsBasedOnSamplesOnly
);
[Java]
public bool getDetectEventsBasedOnSamplesOnly();
public void setDetectEventsBasedOnSamplesOnly(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.