'Declaration
Public Overloads Shared Function GetLicense( _ ByVal Functions As LicensedFunctions _ ) As DicomLicense
'Usage
Dim Functions As LicensedFunctions Dim value As DicomLicense value = DicomLicense.GetLicense(Functions)
public static DicomLicense GetLicense( LicensedFunctions Functions )
public function GetLicense( Functions: LicensedFunctions ): DicomLicense; static;
public static function GetLicense( Functions : LicensedFunctions ) : DicomLicense;
public: static DicomLicense* GetLicense( LicensedFunctions Functions )
public: static DicomLicense^ GetLicense( LicensedFunctions Functions )
Parameters
- Functions
- A combination of DicomObjects.Enums.LicensedFunctions flags, indicating the required functionality
Return Value
A DicomLicense object