Autodesk ObjectARX
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Get the list() result
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
63 Views, 2 Replies
09-06-2012 01:20 AM
Hi everybody
i need to get the result of the list() method in my application in order to modify it for a better view from the user.
is there any way to redirect the editor output stream or maybe to read the content of the editor?
thanks
Re: Get the list() result
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-07-2012 11:04 AM in reply to:
giackserva
If you just want to change the text output from an entity when you LIST it, then you could create an AcDbPropertiesOverrule and override the list() function.
Cheers,
Stephen Preston
Autodesk Developer Network
Stephen Preston
Autodesk Developer Network
Re: Get the list() result
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-09-2012 01:20 PM in reply to:
giackserva
giackserva wrote:...is there any way to redirect the editor output stream or maybe to read the content of the editor?...



