This was great..now i have to get the block/drawing to insert as an annotative block. the block i'm using is annotative, but when i run my routine, it inserts it as false.
(when i assign isAnno=databasein.annotativeDWG is shows up as false, even though block's drawing is annotative.)
when i insert the block into the drawing and make it annotative and then rerun the routine, then the blocks come in annotative.
i think i must not have a setting included. I do try to reassign the blocktablerecord if IsAnno=false using myblockref.Annotative=AnnotativeStates.true, but it doesn not take. Any ideas?