IMetabaseCustomClasses.FindById

Syntax

FindById(Id: String): IMetabaseCustomClass;

Parameters

Id is a class identifier.

Description

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

Comments

In case of successful search, the method returns parameters of a user class, otherwise it returns Null.

See also:

IMetabaseCustomClasses