STK ObjectsSend 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
);
[Python - STK API ]
@property
def DetectEventsBasedOnSamplesOnly(self) -> bool:

@DetectEventsBasedOnSamplesOnly.setter
def DetectEventsBasedOnSamplesOnly(self, DetectEventsBasedOnSamplesOnly:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.