Posted by: | SITT | |
Data created: | 14 May 2010 |
O_O and how to updata all xrefobj and xref scene | |
14 May 2010
#1938 | |
System.NullReferenceException:
============================== ITab<IIXRefObject> RefObjectList = null; | |
14 May 2010
#1939 | |
Try to use the xref manager: IIXRefObject obj = global.IObjXRefManager8.Instance.GetRecord(...) You need to use IIObjXRefManager8 Here's what the docs say:
Marsel Khadiyev (Software Developer, EPHERE Inc.) |