All CDO Rendering Library objects expose the Class and Parent properties. The Parent property indicates the immediate parent of the object, and the Class property is an integer value that identifies the CDO Rendering Library object.
Both of these common properties have read-only access in all objects. The RenderingApplication object represents the highest level in the CDO Rendering Library object hierarchy and has no parent.
To reduce duplication, the detailed reference for these properties appears only once, in this section. The following table lists the properties that are common to all CDO Rendering Library objects and that have the same meaning for all objects.
Name | Type | Access |
---|---|---|
Class | Long | Read-only |
Parent | Object | Read-only |