• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    RamanSBV
    Posts: 85
    Registered: ‎02-28-2012

    Not able to given Specify insertion point

    94 Views, 1 Replies
    03-20-2012 04:43 AM

    Hi,

     

    I have issue with sendstringtoexecute method for imageattach.

     

                    Document doc = (Document)ActiveDocument;
                    string filelocation = Regex.Replace(imagePath, "\\\\""\\\\");
                    doc.SendStringToExecute("(Command \"imageattach\" \"" + filelocation + "\")" + Environment.NewLine, truefalsetrue);

     

    it is opening image attach and after that i am not able to position it.  by default it is taking 0,0 as x and y

     

    Please help me..

     

    Thanks in advance...

     

    Please use plain text.
    ADN Support Specialist
    Posts: 210
    Registered: ‎03-26-2007

    Re: Not able to given Specify insertion point

    03-20-2012 06:24 PM in reply to: RamanSBV

    Hi there,

     

    You could use the command line version of IMAGE command instead, i.e. -IMAGE:

     

    (command "_-IMAGE" "_ATTACH" "C:\\test.bmp" "0,0" "1" "0")

     

    In the above I set insertion point to [0,0] but you could change that to anything else.

     

    I hope this helps.

     

    Adam Nagy

    Autodesk Developer Network



    Adam Nagy
    Developer Technical Services
    Autodesk Developer Network
    Please use plain text.