Click or drag to resize
SoLicensesInfoNoDialogOnLicenseError Property
Gets/sets a flag indicating if a dialog box should appear when a license request fails (a valid license has not been found for an OpenInventor extension).

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool NoDialogOnLicenseError { get; set; }

Property Value

Type: Boolean
A flag indicating if a dialog box should appear when a license request fails (a valid license has not been found for an OpenInventor extension).
See Also