DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / GetLicense Method / GetLicense(LicensedFunctions) Method
A combination of DicomObjects.Enums.LicensedFunctions flags, indicating the required functionality



In This Topic
    GetLicense(LicensedFunctions) Method
    In This Topic
    Return a DicomLicense which supports the required set of functions
    Syntax
    '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:
    static DicomLicense^ GetLicense( 
       LicensedFunctions Functions
    ) 

    Parameters

    Functions
    A combination of DicomObjects.Enums.LicensedFunctions flags, indicating the required functionality

    Return Value

    A DicomLicense object
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also