Method Initialize
Initialize(string, string, string[], string)
Initialize Pixyz API and create a new session
Declaration
public static PiXYZAPI Initialize(string productName = "", string validationKey = "", string[] optionalTokenList = null, string license = "")
Parameters
Type | Name | Description |
---|---|---|
string | productName | Product name |
string | validationKey | Product validation key |
string[] | optionalTokenList | Token list to initialize the product with |
string | license | License file (content) |
Returns
Type | Description |
---|---|
PiXYZAPI |