CloneItem Method (CoMLCharGenClass)
original item ID
indicates whether the new item is reference of old item. It means that if you change something with old item then all this changes will be implement to the new one.
new item ID
copies the item
Syntax
Public Overridable Sub CloneItem( _
   ByVal _bsOriginalItemID As String, _
   ByVal _bMakeReference As Integer, _
   ByRef _pbsNewItemID As String _
) 
public virtual void CloneItem( 
   string _bsOriginalItemID,
   int _bMakeReference,
   out string _pbsNewItemID
)
public procedure CloneItem( 
    _bsOriginalItemID: String;
    _bMakeReference: Integer;
   Out  _pbsNewItemID: String
); virtual; 
public: virtual void CloneItem( 
   BSTR* _bsOriginalItemID,
   int _bMakeReference,
   [PARAMFLAG::Out] BSTR* _pbsNewItemID
) 

Parameters

_bsOriginalItemID
original item ID
_bMakeReference
indicates whether the new item is reference of old item. It means that if you change something with old item then all this changes will be implement to the new one.
_pbsNewItemID
new item ID
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members