NX Open C++ Reference Guide
Public Member Functions
NXOpen::PDM::PersistentSettings Class Reference

Persistently held settings for a Teamcenter user account. More...

Inheritance diagram for NXOpen::PDM::PersistentSettings:
NXOpen::TransientObject

List of all members.

Public Member Functions

void Apply ()
 Applies any changes to the settings
Created in NX4.0.0.
std::vector< NXStringGetGroups ()
 Gets the names of the Teamcenter groups to which the user belongs.
std::vector< NXStringGetVolumes ()
 Gets the names of the Teamcenter volumes which the user may use, given the current group returned by PDM::PersistentSettings::GetGroups .
NXString Group ()
 Returns the Teamcenter group in which the user acts by default.
void SetGroup (const NXString &group)
 Sets the Teamcenter group in which the user acts by default.
void SetVolume (const NXString &volume)
 Sets the Teamcenter volume to which the user used by default.
NXString Volume ()
 Returns the Teamcenter volume to which the user used by default.
virtual ~PersistentSettings ()
 Free resources associated with the instance.

Detailed Description

Persistently held settings for a Teamcenter user account.

Any changes will only take effect when PDM::PersistentSettings::Apply is callsed.
Created in NX4.0.0.


Constructor & Destructor Documentation

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.

License requirements : None


Member Function Documentation

Applies any changes to the settings
Created in NX4.0.0.



License requirements : None

Gets the names of the Teamcenter groups to which the user belongs.

Returns:
the names of the groups
Created in NX4.0.0.

License requirements : None

Gets the names of the Teamcenter volumes which the user may use, given the current group returned by PDM::PersistentSettings::GetGroups .

Returns:
the names of the volumes
Created in NX4.0.0.

License requirements : None

Returns the Teamcenter group in which the user acts by default.

Should be one of those given by PDM::PersistentSettings::GetGroups


Created in NX4.0.0.

License requirements : None

Sets the Teamcenter group in which the user acts by default.

Should be one of those given by PDM::PersistentSettings::GetGroups


Created in NX4.0.0.

License requirements : None

Parameters:
groupgroup

Sets the Teamcenter volume to which the user used by default.

Should be one of those given by PDM::PersistentSettings::GetVolumes
Created in NX4.0.0.

License requirements : None

Parameters:
volumevolume

Returns the Teamcenter volume to which the user used by default.

Should be one of those given by PDM::PersistentSettings::GetVolumes
Created in NX4.0.0.

License requirements : None


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