Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Variant that indicates which Probe object to return. It can be either a Long or a String. If it is a Long, it is the index number of the Probe object in the Probes collection. If it is a String, it is the name of the Probe object.
Item Method
Description
Returns the specified Probe object from the collection of Probes.
Syntax
Visual Basic
Public Function Item( _
   ByVal NameorNum As Variant _
) As probe
Parameters
NameorNum
Required Variant that indicates which Probe object to return. It can be either a Long or a String. If it is a Long, it is the index number of the Probe object in the Probes collection. If it is a String, it is the name of the Probe object.
Remarks
Since the Item method is the default, the function name can be omitted if desired.
See Also