LockObjectCount Property
Description
This property returns the number of PC-DMIS automation objects referenced by the automation application or script.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property LockObjectCount As Integer |
Return Type
Read-only Integar value with the number of automation objects.
Remarks
When you run PC-DMIS through automation and the application window closes, the pcdlrn.exe process continues to run in the background without any visible user interface until the automation application releases all references.
To know how many application objects are referenced, use this property.
See Also