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
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.