FrameTypes.Item Property

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

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

See also: FrameTypes, FrameTypes.Count, FrameType

<< FrameHandlerSink.FrameTypes