O_O
and how to updata all xrefobj and xref scene
System.NullReferenceException: Autodesk.Max.Manager.UnloadAssembly(String name)
==============================
ITab<IIXRefObject> RefObjectList = null;X_RefManager.GetAllXRefObjects(RefObjectList);
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.)