FrameFilters.Item Property

Returns or sets the FrameFilter at the specified position.
Syntax:
Public Item(Index As Long) As FrameFilter
Parameter Description
Index

Specifies the Index of the FrameFilter to set or return. The Index must lie in int the range [1, FrameFilters.Count ], otherwise an error occurs.

Limitations:

Read only in live mode.

See also: FrameFilters, FrameFilters.Count, FrameFilter

<< FrameFilters