Back to Adaptive Vision Library website

You are here: Start » Function Reference » Configuration » VerifyProjectID

VerifyProjectID


Header:AVL.h
Namespace:avl

Verifies project ID

Syntax

C++
C#
 
void avl::VerifyProjectID
(
	int inProjectID,
	bool inThrowError,
	bool& outIsLicenseValid
)

Parameters

Name Type Range Default Description
inProjectID int 0 - 2147483647 Project ID assigned to your license
inThrowError bool
outIsLicenseValid bool&