VLScgAllowAggregateLicense
Syntax
int VLScgAllowAggregateLicense (VLScg_HANDLE iHandle, codeT *codeP);
| Argument | Description |
| iHandle |
The instance handle for this library. |
| codeP |
The pointer to the codeT struct. |
Description
Sets the license to aggregate.
>Ensure that prior to this API, VLScgSetCodegenVersion API is called with license version as 14 or later.
>Call VLScgSetAdditive after calling VLScgAllowAggregateLicense to set the combining property of the license.
Returns
The VLScgAllowXXX function tests whether the corresponding VLScgSetXXX should be called. If VLScgAllowXXX returns 1 then the corresponding VLScgSetXXX function can be called. Otherwise, it will return 0 as false.