SoDBSetIvTuneAllowed Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetIvTuneAllowed(
bool ivTuneAllowed
)
Public Shared Sub SetIvTuneAllowed (
ivTuneAllowed As Boolean
)
public:
static void SetIvTuneAllowed(
bool ivTuneAllowed
)
static member SetIvTuneAllowed :
ivTuneAllowed : bool -> unit
Parameters
- ivTuneAllowed
- Type: SystemBoolean
RemarksSpecifies if launching IvTune interactively using the keyboard shortcut is allowed. See SoIvTune to set the keyboard shortcut.
See Also