ICustomObjectResolver.ClassId

Syntax

ClassId: Integer;

Description

The ClassId property returns identifier of the class, to which the custom object belongs.

Comments

To get the custom class, map value of the ClassId property with the identifier, which can be obtained in the IMetabaseCustomClass.ClassId property.

Example

The property use is given in the example for IMetabaseUpdateProgress.OnBeforeCustomObjectSaveToPef.

See also:

ICustomObjectResolver