Is it possible to access/Set the grid properties voa the C++ SDK?
It is possible to access some proterties via DisplayAttrsMgrListDesc:
m_pAttrs->m_bUseDocumentGrid
m_pAttrs->m_bDrawGrid
m_pAttrs->m_bDrawAxes
but I did not find settings like Grid line count, Grid line spacing etc.