STK Vector Geometry ToolSend comments on this topic.
FilterIntervalList Property (IAgCrdnEventArrayFiltered)
See Also
Windows





Windows & Linux

Description

The interval list used to filter samples when FilterType is set to Skip Intervals.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FilterIntervalList() As IAgCrdnEventIntervalList
[C#]
public IAgCrdnEventIntervalList FilterIntervalList {get; set;}
[Managed C++]
public: __property IAgCrdnEventIntervalList ^ get_FilterIntervalList();
public: __property void set_FilterIntervalList( IAgCrdnEventIntervalList );
[Unmanaged C++]
public: HRESULT get_FilterIntervalList(
    IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_FilterIntervalList(
    IAgCrdnEventIntervalList FilterIntervalList
);
[Java]
public IAgCrdnEventIntervalList getFilterIntervalList();
public void setFilterIntervalList(
    IAgCrdnEventIntervalList
);
[Python - STK API ]
@property
def FilterIntervalList(self) -> "IAgCrdnEventIntervalList":

@FilterIntervalList.setter
def FilterIntervalList(self, FilterIntervalList:"IAgCrdnEventIntervalList") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.