Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisDialog Object : SetItemValue Method
UInt value that defines the item to query.
Double value to assign to the control.
SetItemValue Method
Description
This method sets a field to a specific double value.
Syntax
Visual Basic
Public Sub SetItemValue( _
   ByVal ID As UInt, _
   ByVal Value As Double _
) 
Parameters
ID
UInt value that defines the item to query.
Value
Double value to assign to the control.
See Also