.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Throw eInvalidEx tents when missing fonts
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
200 Views, 1 Replies
01-12-2011 06:41 PM
When I call the BlockReference's GeometricExtents, it throw a eInvalidExtents exception. After some check, I found when the drawing have some fonts that not exist in my computer the exception occur or it works find. Does anybody know why? and how to avoid this exception.THX.
Re: Throw eInvalidEx tents when missing fonts
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2012 05:05 AM in reply to:
sdphg
Extents3d? bBox = ent.Bounds;
if( bBox != null )
{
...
}

