ObjectID when converting plyline to region

Hello everybody

just one question about objID. I create Region using:
Region
 acRegion = myRegionColl[0] as Region;
then I add it to the block table record
btr.AppendEntity(acRegion);

I would like to get objID of acRegion I just created for further use. Is it possible?

What is the best way?
Please advise

many thanks
jiri

Comments

This discussion has been closed.