MLCHARGENLib Namespace > IMLCharGen Interface : AddNewItem Method |
Sub AddNewItem( _ ByVal _bsFileNameOrItemDesc As String, _ ByVal _dblPosX As Double, _ ByVal _dblPosY As Double, _ ByVal _bRelativePosAndSize As Integer, _ ByVal _bShow As Integer, _ ByRef _pbsItemID As String _ )
void AddNewItem( string _bsFileNameOrItemDesc, double _dblPosX, double _dblPosY, int _bRelativePosAndSize, int _bShow, out string _pbsItemID )
procedure AddNewItem( _bsFileNameOrItemDesc: String; _dblPosX: Double; _dblPosY: Double; _bRelativePosAndSize: Integer; _bShow: Integer; Out _pbsItemID: String );
void AddNewItem( BSTR* _bsFileNameOrItemDesc, double _dblPosX, double _dblPosY, int _bRelativePosAndSize, int _bShow, [PARAMFLAG::Out] BSTR* _pbsItemID )