_DRAWORDER

_DRAWORDER

serge
Advocate Advocate
282 Views
5 Replies
Message 1 of 6

_DRAWORDER

serge
Advocate
Advocate
Any idea of the VBA-equivalent of DRAWORDER ... Thanks for any info ... SMD
DEVIDTS Serge, CAD Consultant
http://www.CADdICT.be
0 Likes
283 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
smd wrote:

> Any idea of the VBA-equivalent of DRAWORDER ...

Since Draworder doesn't work most of the time, why would you want an
equivalent?

Get the objects definition, delete it, and recreate it.

Terry
0 Likes
Message 3 of 6

Anonymous
Not applicable
"Terry W. Dotson" wrote in message
news:3D60D212.99EDFE69@dotsoft.com...
> smd wrote:
>
> > Any idea of the VBA-equivalent of DRAWORDER ...
>
> Since Draworder doesn't work most of the time, why would you want an
> equivalent?

FWIW, DRAWORDER does work most of the time for us. In fact, I can't
remember the last time it didn't.

I wouldn't argue with your suggestion, though. Recreating would likely be a
much better route to take.
0 Likes
Message 4 of 6

Anonymous
Not applicable
TomD wrote:

> FWIW, DRAWORDER does work most of the time for us. In fact, I can't
> remember the last time it didn't.

Don't use Xref's I take it?

Terry
0 Likes
Message 5 of 6

Anonymous
Not applicable
"Terry W. Dotson" wrote in message
news:3D60D212.99EDFE69@dotsoft.com...

> Get the objects definition, delete it, and recreate it.

I would recommend searching for Xdata attached to the object and make sure
that the "recreated object" has the same data. I have been burnt many times
when the Xdata has been lost.

Just my $0.02 worth

Charles
0 Likes
Message 6 of 6

Anonymous
Not applicable
Yes, quite often, but I keep the draworder stuff out of that. Once I
realized that limitation I just avoided it. I put it in my 'just don't do
that' file. 😉

Glad you brought it up, though, as I forgot it was an issue.

"Terry W. Dotson" wrote in message
news:3D6155EE.67028A00@dotsoft.com...
> TomD wrote:
>
> > FWIW, DRAWORDER does work most of the time for us. In fact, I can't
> > remember the last time it didn't.
>
> Don't use Xref's I take it?
>
> Terry
0 Likes