.NET
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
Re: Bind Xrefs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-07-2008 09:59 PM in reply to:
bertyboy
BindXrefs function is fine and works great. It doesn't work if I run the scalelist command to reset the scales.
I haven't seen AutoCAD 2009. I'm really waiting to see.
I haven't seen AutoCAD 2009. I'm really waiting to see.
Re: Bind Xrefs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-12-2009 06:06 AM in reply to:
bertyboy
hi bertyboy,
Your Code is very Successful but i don't understand the row
bSave(bDwg)
Thanks
Your Code is very Successful but i don't understand the row
bSave(bDwg)
Thanks
Re: Bind Xrefs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-13-2010 05:34 AM in reply to:
bertyboy
This code was very helpful for me, thank you.
But sometimes, i get an error, when binding the xrefs. The error code is 304, Unknown error. I found an error code description, that says, "304 User is disabled", which gives me no clue.
But despite that error, the xrefs are bound. UNLESS they have nested xrefs, in this case, only the main xref is bound, not the nested ones.
Did anyone else come across this problem?
But sometimes, i get an error, when binding the xrefs. The error code is 304, Unknown error. I found an error code description, that says, "304 User is disabled", which gives me no clue.
But despite that error, the xrefs are bound. UNLESS they have nested xrefs, in this case, only the main xref is bound, not the nested ones.
Did anyone else come across this problem?
Re: Bind Xrefs
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-24-2012 03:43 AM in reply to:
bertyboy
hi.
have you try to modifiy your :
CommandMethod("BindAllXrefs")> _
by
CommandMethod("BindAllXrefs",CommandFlags.Session)
i have to use this flag.. I need to save and close the current document. but if i try this the BindXref not working....



