Arbortext IsoDraw > Macro Language Reference > Object Data Types > Document Object > document.lock3Dinteraction
  
document.lock3Dinteraction
Applies to Arbortext IsoDraw 7.0 F000 and later:
Returns or sets the show/hide state of the 3D object Rotate tool in Arbortext IsoView as boolean. This property corresponds to the Lock 3D interaction command on the Objects menu. It only applies when the current document contains 3D objects and the user (or macro) selects Show in IsoView on the Objects menu. (See Show in IsoView.)
true
Hides the 3D object Rotate tool in Arbortext IsoView when Arbortext IsoView is opened with the Show in IsoView command. 3D objects cannot be rotated in Arbortext IsoView.
false
Shows the 3D object Rotate tool in Arbortext IsoView when Arbortext IsoView is opened with the Show in IsoView command. 3D objects can be rotated in Arbortext IsoView.
The state of document.lock3Dinteraction can be changed by a macro.
Recording a macro that selects or clears Lock 3D interaction on the Objects menu adds a document.lock3Dinteraction = {true|false} statement to the macro. (The Lock 3D interaction command is only available when there are 3D objects in the current document.)
document.lock3Dinteraction = true