Message 1 of 4

Not applicable
03-31-2014
01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've looked around at some other posts but can't find the answer to my problem.
I am trying to get the distance from the insertion point of a block and the maxX, maxY of an attribute of the block. My routine works fine when there is no UCS, however, the MaxPoints I get back when there is a UCS present is different. This is the line of code I'm using.
AttEndPt = NewPoint2d(attref.GeometricExtents.MaxPoint.X, attref.GeometricExtents.MaxPoint.Y)
The point returned is different if there is no UCS and when there is a UCS.
Any suggestions would be greatly appreciated.
thanks
cj
Solved! Go to Solution.