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.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool NoDialogOnLicenseError { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property NoDialogOnLicenseError As Boolean
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property bool NoDialogOnLicenseError {
bool get ();
void set (bool value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member NoDialogOnLicenseError : bool with 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