Click or drag to resize
SoDBOpenRegistryKey Method (Boolean)

Registry Utility Function You must have Administrator privileges to use these functions All methods work off of the key \HKEY_CURRENT_USER\SOFTWARE\VSG If the key does not exist it is created.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static int OpenRegistryKey(
	bool readOnlyFlag
)

Parameters

readOnlyFlag
Type: SystemBoolean

Return Value

Type: Int32
Remarks

Call this if you are going to make multiple calls to getRegistryKeyValue

See Also