SoDBSetIvTuneAllowed Method |
Specifies if launching IvTune interactively using the keyboard shortcut is allowed.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks See Also