TheSwamp

Code Red => .NET => Topic started by: nasaman on February 13, 2015, 03:35:57 AM

Title: [vb.net] how to get the value of autocad text window list custom object
Post by: nasaman on February 13, 2015, 03:35:57 AM
[vb.net] how to get  the value of autocad text window list custom object
 
Title: Re: [vb.net] how to get the value of autocad text window list custom object
Post by: dgorsman on February 13, 2015, 10:29:15 AM
Doesn't work that way.  The information is associated with the object, the command history is just reporting on what that command found.

You'll need a way to query the object for the requested information, which will vary based on what the object is.  Note that it may not be exposed for your use.
Title: Re: [vb.net] how to get the value of autocad text window list custom object
Post by: Keith Brown on February 13, 2015, 12:56:36 PM
1. Turn your Log file on.
2. list the object.
3. Turn your Log file off.
4. Parse the file.


It is clunky, but it will work as long as you know what you are looking for.