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





Windows & Linux

Description

Sets the interval used to filter samples when FilterType is set to Skip Intervals when using only one interval.

Syntax

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

Parameters

Intvl

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.