AGI STK VGT 11 Send comments on this topic.
FilterType Property (IAgCrdnEventArrayFiltered)
See Also 





Description

Skip Time Steps filter type omits from filtered time array any times that fall within specified time step of last accepted time sample. Skip Count filter type omits specified number of time samples since last accepted time sample. Both filters operate within single interval of original time array and are reset when moving from one interval to next.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FilterType() As AgECrdnEventArrayFilterType

[C#]
public AgECrdnEventArrayFilterType FilterType {get; set;}

[Managed C++]
public: __property AgECrdnEventArrayFilterType get_FilterType();
public: __property void set_FilterType(
AgECrdnEventArrayFilterType
);

[Unmanaged C++]
public: HRESULT get_FilterType(
AgECrdnEventArrayFilterType * pRetVal
);
public: HRESULT put_FilterType(
AgECrdnEventArrayFilterType NewFilterType
);

[Java]
public AgECrdnEventArrayFilterType getFilterType();public void setFilterType(
AgECrdnEventArrayFilterType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1