第 1 条消息(共 12 条)

不适用
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
已解决! 转到解答。