.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
How to get the "Support File Search Path" with code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
431 Views, 3 Replies
03-25-2011 06:11 AM
Hi:
I would like to get de "Support File Search Path" and "Working Support File Search Path" from Option in menu "Tools".
With VBA the name of dictionay was `DWGPROPS' and I used
Const DICTIONARY_NAME = "DWGPROPS"
Set DwgInfo = ThisDrawing.Dictionaries(DICTIONARY_NAME)
DwgInfo.GetXRecordData DataType, Data
but with .NET the dictionary name isn´t "DWGPROPS"
thanks
Solved! Go to Solution.
Re: How to get the "Support File Search Path" with code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-25-2011 06:33 AM in reply to:
karea
ApplicationServices.Application.AcadApplication.Pr
same for all the other "options"..
ApplicationServices.Application.AcadApplication.Pr
Re: How to get the "Support File Search Path" with code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-25-2011 07:59 AM in reply to:
C_Witt
Re: How to get the "Support File Search Path" with code?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-25-2011 10:26 AM in reply to:
karea
it is easier than it thought!
thaks,




