STK ObjectsSend comments on this topic.
UseTimeFilter Property (IAgAdvCATPreFilters)
See Also
Windows





Windows & Linux

Description

Flag to specify if Out of Time Filter is Used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTimeFilter() As Boolean
[C#]
public bool UseTimeFilter {get; set;}
[Managed C++]
public: __property bool get_UseTimeFilter();
public: __property void set_UseTimeFilter( bool );
[Unmanaged C++]
public: HRESULT get_UseTimeFilter(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTimeFilter(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseTimeFilter();
public void setUseTimeFilter(
    bool
);
[Python - STK API ]
@property
def UseTimeFilter(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.