Message 1 of 12

Not applicable
03-25-2011
06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.