STK ObjectsSend comments on this topic.
UsePreciseEventTimes Property (IAgStkAccessAdvanced)
See Also
Windows





Windows & Linux

Description

Indicates that access will make additional samples, as part of its event detection algorithm, to precisely determine the time of access start and stop events.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePreciseEventTimes() As Boolean
[C#]
public bool UsePreciseEventTimes {get; set;}
[Managed C++]
public: __property bool get_UsePreciseEventTimes();
public: __property void set_UsePreciseEventTimes( bool );
[Unmanaged C++]
public: HRESULT get_UsePreciseEventTimes(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UsePreciseEventTimes(
    VARIANT_BOOL InVal
);
[Java]
public bool getUsePreciseEventTimes();
public void setUsePreciseEventTimes(
    bool
);
[Python - STK API ]
@property
def UsePreciseEventTimes(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.