Customization > Automation Interface > Working with Object Attributes and Associations (Item Properties and Links) > Using the automation interface type library (automation interface)
  
Using the automation interface type library (automation interface)
If you want to use the automation interface type library from a VisualBasic project, you must reference it, and then declare objects accordingly.
The automation interface type library appears in the VisualBasic References list as follows:
Enterprise OLE Automation 1.0 Type Library.
To declare an object to use the type library, you declare it as follows:
ENT6Lib.CCaseProjects.
Examples
Dim Projects As ENT6Lib.CCaseProjects
Dim Project As ENT6Lib.CCaseProjects
Dim Dictionary As ENT6Lib.CCaseProjects
Dim oClass As ENT6Lib.CCaseProjects
Dim Classes As ENT6Lib.CCaseProjects