Role: This interface is used to interact with devices that are available
in the Device Building workbench. This interfaces is derived from BasicDevice to
support specific properties for D5 devices.
The following code snippet can be used to obtain a device in a CATProduct
document.
Dim objDevice As BasicDevice
set objDevice = CATIA.ActiveDocument.Product.GetTechnologicalObject("BasicDevice")
Dim objD5Device as D5Device
Set objD5Device = objDevice