NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.LicenseManager.LicenseBundle Struct Reference

License bundle structure containing name of license bundle and number of licenses checked out of the bundle. More...

Public Member Functions

 LicenseBundle (int NumUsing, string BundleName)
 Constructor for the LicenseBundle struct. More...
 

Public Attributes

string BundleName
 Name of the license bundle. More...
 
int NumUsing
 Number of licenses checked out of the bundle. More...
 

Detailed Description

License bundle structure containing name of license bundle and number of licenses checked out of the bundle.

To get the names of checked out licenses use NXOpen.LicenseManager.GetActiveLicensesInABundle

Constructor & Destructor Documentation

NXOpen.LicenseManager.LicenseBundle.LicenseBundle ( int  NumUsing,
string  BundleName 
)
inline

Constructor for the LicenseBundle struct.

Parameters
NumUsingNumber of licenses checked out of the bundle.
BundleNameName of the license bundle.

Member Data Documentation

string NXOpen.LicenseManager.LicenseBundle.BundleName

Name of the license bundle.

int NXOpen.LicenseManager.LicenseBundle.NumUsing

Number of licenses checked out of the bundle.


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.