ClassId: Integer;
The ClassId property returns identifier of the class, to which the custom object belongs.
To get the custom class, map value of the ClassId property with the identifier, which can be obtained in the IMetabaseCustomClass.ClassId property.
The property use is given in the example for IMetabaseUpdateProgress.OnBeforeCustomObjectSaveToPef.
See also: