EventInfoCollection.Filter

Description

Returns a collection that matches one or many event types. For now only XSIApplication is supported.

C# Syntax

EventInfoCollection EventInfoCollection.Filter( Object typeArray );

Scripting Syntax

EventInfoCollection.Filter( EventType );

Parameters

Parameter Type Description
EventType String The name of an event type or an Array of multiple event types.

See Also

siEventID SIObject.Type