SetItemBaseProps Method (IMLCharGen)
item ID
item properties
time for changes (in msec)
sets item base properties
Syntax
Sub SetItemBaseProps( _
   ByVal _bsItemID As String, _
   ByRef _pItemInfo As CG_ITEM_PROPS, _
   ByVal _nMsecForChange As Integer _
) 
void SetItemBaseProps( 
   string _bsItemID,
   ref CG_ITEM_PROPS _pItemInfo,
   int _nMsecForChange
)
procedure SetItemBaseProps( 
    _bsItemID: String;
   var  _pItemInfo: CG_ITEM_PROPS;
    _nMsecForChange: Integer
); 
void SetItemBaseProps( 
   BSTR* _bsItemID,
   ref CG_ITEM_PROPS _pItemInfo,
   int _nMsecForChange
) 

Parameters

_bsItemID
item ID
_pItemInfo
item properties
_nMsecForChange
time for changes (in msec)
See Also

Reference

IMLCharGen Interface
IMLCharGen Members