AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_DetectEventsBasedOnSamplesOnly(
VARIANT_BOOL NewDetectEventsBasedOnSamplesOnly
);

[Java]
public bool getDetectEventsBasedOnSamplesOnly();public void setDetectEventsBasedOnSamplesOnly(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface