NX Open C++ Reference Guide
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 numUsingInitial, const NXString &bundleNameInitial)
 Constructor for the LicenseBundle struct. More...
 

Public Attributes

NXString 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  numUsingInitial,
const NXString bundleNameInitial 
)

Constructor for the LicenseBundle struct.

Parameters
numUsingInitialNumber of licenses checked out of the bundle.
bundleNameInitialName of the license bundle.

Member Data Documentation

NXString 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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.