Issue
How do I get the current UCS from within an ObjectDBX enabler and don't have access to acedGetCurrentUcs()?
Solution
The global function acdbUcsMatrix() returns a matrix identical to acedGetCurrentUcs(). It can normally be used in place of acedGetCurrentUcs() and is available in ObjectDBX.
There are some posts which have lines of acdbUcsMatrix, e.g.

Leave a Reply