CompositionsAddItems Method (CoMLCharGenClass)
item ID
indicates whether the composition will be cleared before add this item ("1") or not ("0")
comment to the composition
name of the composition
adds item to a composition.
Syntax
Public Overridable Sub CompositionsAddItems( _
   ByVal _bsItemsID As String, _
   ByVal _bClearBeforeAdd As Integer, _
   ByVal _bsCompositionComment As String, _
   ByRef _pbsCompositionName As String _
) 
public virtual void CompositionsAddItems( 
   string _bsItemsID,
   int _bClearBeforeAdd,
   string _bsCompositionComment,
   out string _pbsCompositionName
)
public procedure CompositionsAddItems( 
    _bsItemsID: String;
    _bClearBeforeAdd: Integer;
    _bsCompositionComment: String;
   Out  _pbsCompositionName: String
); virtual; 
public: virtual void CompositionsAddItems( 
   BSTR* _bsItemsID,
   int _bClearBeforeAdd,
   BSTR* _bsCompositionComment,
   [PARAMFLAG::Out] BSTR* _pbsCompositionName
) 

Parameters

_bsItemsID
item ID
_bClearBeforeAdd
indicates whether the composition will be cleared before add this item ("1") or not ("0")
_bsCompositionComment
comment to the composition
_pbsCompositionName
name of the composition
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members