Message 1 of 2

Not applicable
12-18-2016
09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
// Have a BlockReference name: acBlkRef Extents3d acExt3d = acBlkRef.Bounds.GetValueOrDefault(); double acHeight = Math.Abs(acExt3d .MinPoint.Y - acExt3d .MaxPoint.Y);
Hi everyone, I have a code to get height of BlockReference like this.
It works fine in Autocad2014. But in Autocad2009 using VS2005, the "BlockReference class doesn't have contain 'Bounds'" Error appears.
So is there any way to get height of blockreference, thank you.
Solved! Go to Solution.