Edit saved idw's & set deferred update to 'on'

Edit saved idw's & set deferred update to 'on'

andrew_canfield
Collaborator Collaborator
356 Views
2 Replies
Message 1 of 3

Edit saved idw's & set deferred update to 'on'

andrew_canfield
Collaborator
Collaborator

There are a few drawings which have been saved & it's difficult to know if they have 'defer update' already set.

ideally they need to have 'defer update' set.

Is there a way to do this without having to open the .idw's?

 

Thinking right click, iproperties & set the tick box..

 

Regards

 

Andrew

 

 

 

 

0 Likes
357 Views
2 Replies
Replies (2)
Message 2 of 3

bshbsh
Collaborator
Collaborator
0 Likes
Message 3 of 3

HideoYamada
Advisor
Advisor

Hello andrew,

 


@andrew_canfield wrote:

Is there a way to do this without having to open the .idw's?

Thinking right click, iproperties & set the tick box..


Does this mean you want to know the "Defer Updates" status at outside Inventor application?

ApprenticeServerDrawingDocument has no Drawing Setting, so it will be difficult.

 

If you set the custom property to the same value as DrawingDocument.DrawingSettings.DeferUpdates, you can see it via iProperties opened by explorer.

(You must write the code to update custom property when the drawing document is closing.)

 

=====

Freeradical

 Hideo Yamada

 

=====
Freeradical
 Hideo Yamada
https://www.freeradical.jp
0 Likes