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

    .NET

    Reply
    Valued Contributor
    NKCAUTOCAD01
    Posts: 73
    Registered: ‎08-31-2011

    clipboard contains by pasteclip command

    97 Views, 2 Replies
    12-07-2012 12:48 AM
    Thank you.
    What should I do to acquire Entity that a clipboard contains by pasteclip command
    in VB.NET API?
    Please advise a knowing person.
    Thanking you in advance.
    Please use plain text.
    Valued Mentor
    Posts: 342
    Registered: ‎05-06-2012

    Re: clipboard contains by pasteclip command

    12-07-2012 04:35 AM in reply to: NKCAUTOCAD01

    You can't get the entity in the clipboard, but you can get the entity from the .DWG file that's written to the temp folder when entities are copied to the clipboard. The name of the file is stored in the clipboard.

     

    Please use plain text.
    Valued Contributor
    NKCAUTOCAD01
    Posts: 73
    Registered: ‎08-31-2011

    Re: clipboard contains by pasteclip command

    12-09-2012 08:12 PM in reply to: DiningPhilosopher

    Thank you for immediate advice.
    I want to make a command that the real processing
    that I want to perform copies it by _copybase command from a certain drawing
    and analyzes the expansion data of an element added to a different drawing
    by the processing that _pasteclip does.
    Is there any good method?
    Please advise it.
    Thanking you in advance.

    Please use plain text.