[CommandMethod("tt")] public static void Test() { var db = HostApplicationServices.WorkingDatabase; var doc = Application.DocumentManager.GetDocument(db); var ed = doc.Editor; var rb = InvokeArx.CallLispFunction("C:lsptest1"); ed.WriteMessage("{0}", rb); }