Interface representing a Basic Device from which to get DOFState.
Role: This interface is used to interact with devices DOF state that are available
in the Device Building workbench. This includes devices created in both V5 and D5.
The following code snippet can be used to obtain a device in a CATProduct
document.
Dim objDevice As DOFState
set objDevice = CATIA.ActiveDocument.Product.GetTechnologicalObject("DOFState")