Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Commands Object : FindByUniqueID Method
This parameter is a long value that should come from a call to GetUniqueID made previously on the desired command object.
This parameter is a long value that should come from a call to GetUniqueID made previously on the command object.
FindByUniqueID Method
Description
Finds a command identified by the HiPart and LoPart parameters.
Syntax
Visual Basic
Public Function FindByUniqueID( _
   ByVal HiPart As Long, _
   ByVal LoPart As Long _
) As Command
Parameters
HiPart
This parameter is a long value that should come from a call to GetUniqueID made previously on the desired command object.
LoPart
This parameter is a long value that should come from a call to GetUniqueID made previously on the command object.
Return Type
Command object.
See Also