Message 1 of 7
Can Dimensions be "stretched" via VBA

Not applicable
01-06-2009
02:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I needing to move an object at the same time I want the dimension to stretch with it. I placed the object via code and the dimension. I have not be able to figure out how to associate dimensions via VBA so when I go to move the object I place a crossing window and then use:
For Each objSelection In objss
objSelection.Move vOldPT, HandleLocPT
objSelection.Update
Next
My selection set has DIMENSIONS but with this I move the dimension not stretch. When I try to use the DXF codes for my selectionset filter I get a fatal error about "The object invoked has disconnected from its clients." then all shuts down.
How can I stretch a dimension via VBA code or Can I?
For Each objSelection In objss
objSelection.Move vOldPT, HandleLocPT
objSelection.Update
Next
My selection set has DIMENSIONS but with this I move the dimension not stretch. When I try to use the DXF codes for my selectionset filter I get a fatal error about "The object invoked has disconnected from its clients." then all shuts down.
How can I stretch a dimension via VBA code or Can I?