Property Version
Version
Returns the KitchenDraw version number as a string.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Returned string is in the following format: "M.mr" where "M" represents the main version number, "m" the minor version number and 'r' the possible revision number. For example "6.0a", "6.50."
This function can be useful when developing a plugin that should execute differently depending on the KitchenDraw version (adding menu commands, etc.)