[quote user="HDR_Coder"]I am wanting to iterate through all the models in my active design file in C++. Note that I am using V8i[/quote]
#include <msdgnmodelref.fdf> DgnFileObjP oDgnFile = mdlModelRef_getDgnFile (mdlModelRef_getActive ());
However, when you want to enumerate the models contained in a DGN file, you should take another approach. Read about that on our web site.