STK Vector Geometry ToolSend comments on this topic.
SetFilterIntervalList Method (IAgCrdnEventArrayFiltered)
See Also
Intvls
Windows





Windows & Linux

Description

Sets the interval list used to filter samples when FilterType is set to Skip Intervals when using a set of intervals.

Syntax

[Visual Basic .NET]
Public Sub SetFilterIntervalList( _
    ByVal Intvls As IAgCrdnEventIntervalList _
)
[C#]
public void SetFilterIntervalList(
    IAgCrdnEventIntervalList Intvls
);
[Managed C++]
public: void SetFilterIntervalList(
    IAgCrdnEventIntervalList ^ Intvls
);
[Unmanaged C++]
public: HRESULT SetFilterIntervalList(
    IAgCrdnEventIntervalList * Intvls
);
[Java]
public void setFilterIntervalList(
    IAgCrdnEventIntervalList Intvls
);
[Python - STK API ]
def SetFilterIntervalList(self, Intvls:"IAgCrdnEventIntervalList") -> None:

Parameters

Intvls

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.