LicenseData.IsUpgradeFromPreviousVersion Property

LicenseDataIsUpgradeFromPreviousVersion Property

Set to true if this license requires a previous version license to be entered. Caller must also pass VerifyPreviousVersionLicenseDelegate to GetLicense/AskUserForLicense.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsUpgradeFromPreviousVersion { get; set; }
Public Property IsUpgradeFromPreviousVersion As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Windows

Supported in: 6.14
See Also