A routine of mine creates a block and inserts it into the drawing. The block is intended to appear as a part of the operating system and is erased and deleted at the completion of the routine. I would like the block size as displayed on screen to be pretty much consistent, created at a size roughly equal to a % of the screen display, regardless of the modelspace area displayed. How can I retrieve the modelspace coordinates of the current display? I tried the activeviewport.height property, but it does not act as required. An API call? Thanks Tom Craft