Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

license [-borrow] [-info] [-isBorrowed] [-isExported] [-isTrial] [-licenseMethod] [-productChoice] [-return] [-showBorrowInfo] [-showProductInfoDialog] [-status]

license is undoable, NOT queryable, and NOT editable.

This command displays version information about the application if it is executed without flags. If one of the above flags is specified then the specified version information is returned.

Return value

stringThe application's license information.

Flags

borrow, info, isBorrowed, isExported, isTrial, licenseMethod, productChoice, return, showBorrowInfo, showProductInfoDialog, status
Long name (short name) Argument types Properties
-status(-s) create
Return the cut string
-licenseMethod(-lm) create
Return the current license method
-productChoice(-pc) create
Return the current product choice
-borrow(-b) create
Borrow a network license
-return(-r) create
Return the cut string
-isTrial(-it) create
Return the cut string
-isBorrowed(-ib) create
Returns true if the current license is borrowed
-isExported(-ie) create
Return the cut string
-showBorrowInfo(-sbi) create
Show the Borrow Information Dialog
-showProductInfoDialog(-spi) create
Show the Product Information Dialog
-info(-i) create
Display license information

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

license;

string $method = `license -licenseMethod`;