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

    .NET

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

    Command for insert block.

    165 Views, 3 Replies
    03-22-2012 06:57 AM

    Hi,

     

    Any body, can you please give me the command  for Insert block with file name.

     

    using .net code (SendStringToExecute)

     

    Regards,

    Raman

    Please use plain text.
    Contributor
    Posts: 12
    Registered: ‎03-22-2012

    Re: Command for insert block.

    03-22-2012 07:48 AM in reply to: RamanSBV

    Isn't it just SendStringToExecute("_.insert ", true,false,false)

     

    -Ted

    Please use plain text.
    Valued Contributor
    RamanSBV
    Posts: 85
    Registered: ‎02-28-2012

    Re: Command for insert block.

    03-25-2012 10:25 PM in reply to: TJK77

    this looks gud.

     

    But i need to pass file name (.dwg file) as paramter to to this command (insert).

     

    So, how i can use this in SendStringToExecute("_.insert ", true,false,false)

     

    Please advice...

     

     

    Regards,

    Raman

    Please use plain text.
    *Expert Elite*
    Posts: 1,640
    Registered: ‎04-29-2006

    Re: Command for insert block.

    03-25-2012 10:39 PM in reply to: RamanSBV

    Hi

     

    The SendStringToExecute first argument have to be the same as inputs at command line IOW the same as script (.scr) content.

     

    SendStringToExecute(@"_.insert "F\Blocks\Block.dwg" ", true,false,false);

    Gilles Chanteau
    Please use plain text.