アプリケーションにより使用されているライセンスのタイプを String として戻します。ライセンスタイプが認識されない場合は空の文字列が戻されます。
// get accessor String rtn = XSIApplication.License; |
// Get the license type var licensetype = License; LogMessage( "license type: " + licensetype ); //INFO : "license type: Advanced" |