Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > probe Object : ConnectionDescription Method
Required Long. The zero-based index of the string from the drop down list to return. This must be between 0 and probe.ConnectionCount-1.
ConnectionDescription Method
Description
Returns the Item number string in the connection drop down list.
Syntax
Visual Basic
Public Function ConnectionDescription( _
   ByVal Item As Long _
) As String
Parameters
Item
Required Long. The zero-based index of the string from the drop down list to return. This must be between 0 and probe.ConnectionCount-1.
Return Type
String value.
See Also