IMetabaseCustomForeEvents.FindById

Fore Syntax

FindById(Id: String): IMetabaseCustomForeEvent;

Fore.NET Syntax

FindById(Id: String): Prognoz.Platform.Interop.Metabase.MetabaseCustomForeEvent;

Parameters

Id. Custom event identifier.

Description

The FindById method searches for a custom event in the collection by its identifier.

Comments

To remove a custom event from the collection by its index, use the IMetabaseCustomForeEvents.Remove method.

See also:

IMetabaseCustomForeEvents