I want to copy an Item Type Library (ItemTypeLibrary class) from a DgnLib into the active DGN file.
Having found the Item Type Library in a DgnLib, I think I want to use ItemTypeLibrary.CloneForFile (activeDgnFile, forReplacement). What does the second argument do?