Click or drag to resize

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)
Since: 6.0
Syntax
public bool IsUpgradeFromPreviousVersion { get; set; }

Property Value

Type: Boolean
See Also