| 
VID raw SML character string. If an SML character string is set here, when an event is sent by S6F11 Send Event Report(ERS), the message will be assembled in accordance with the report. At this time, the individual VID values are used by this VIDRawValue.  Stream and Function cannot be written in SML.
 In bop, since it does not check for grammatical errors and VIDNodeType are not checked, so it is necessary to set the correct SML. To set values in accordance with the VIDNodeType format, use VIDValue.
 
 
 Syntax 
|  |  
| 
Property VIDRawValue(lVID As Long) As String
 
 
 |  
 
|  |  
| 
BSTR GetVIDRawValue(long lVID);
 void SetVIDRawValue(long lVID, LPCTSTR lpszNewValue);
 
 
 |  
 
 Return Value 
 Example 
 Remarks 
 See Also 
				SML PropertyVIDValue Property
 VIDNodeType Property
 
 |