Plug-in call this from their InitEngineAssets() method to indicate that they require an activated license
   
                
    Namespace: 
   nsCDEngine.Engines
    Assembly:
   C-DEngine (in C-DEngine.dll)
public void SetIsLicensed(
	bool createDefaultLicense,
	string[] licenseAuthorities
)
Public Sub SetIsLicensed ( _
	createDefaultLicense As Boolean, _
	licenseAuthorities As String() _
)
public:
void SetIsLicensed(
	bool^ createDefaultLicense, 
	array<String^>^ licenseAuthorities
)
Parameters
- createDefaultLicense
 - Type: Boolean
 
- licenseAuthorities
 - Type: array<String>[]()[][]
Indicates which additional signatures are required on a license file.