SoDBOpenTGSRegistryKey Method (Boolean) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int OpenTGSRegistryKey(
bool flag
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function OpenTGSRegistryKey (
flag As Boolean
) As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static int OpenTGSRegistryKey(
bool flag
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member OpenTGSRegistryKey :
flag : bool -> int
Parameters
- flag
- Type: SystemBoolean
Return Value
Type:
Int32
Remarks
See Also