Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Inventor should disable all edit commands if an read-only document is opened / active. Today, Inventor only "detects" the read-only attribute when the user want to save the modified document (then the save-copy-as-dialog is displayed).
One possible implementation of this feature could be to set the the already existing DisabledCommandTypes property to kEditMaskCmdType and kFileOperationsCmdType when opening the read-only document...