SetItemProperties Method (CoMLCharGenClass)
item ID
property name
value of the property
type of change
time for change (in msec)
sets item properties
Syntax
Public Overridable Sub SetItemProperties( _
   ByVal _bsItemID As String, _
   ByVal _bsPropertyName As String, _
   ByVal _bsPropertyValue As String, _
   ByVal _bsChangeType As String, _
   ByVal _nMsecForChange As Integer _
) 
public procedure SetItemProperties( 
    _bsItemID: String;
    _bsPropertyName: String;
    _bsPropertyValue: String;
    _bsChangeType: String;
    _nMsecForChange: Integer
); virtual; 

Parameters

_bsItemID
item ID
_bsPropertyName
property name
_bsPropertyValue
value of the property
_bsChangeType
type of change
_nMsecForChange
time for change (in msec)
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members