hm_ce_getglobalsharedentitysettings

Gets the global shared entity management settings.

Syntax

hm_ce_getglobalsharedentitysettings setting

Type

HyperMesh Tcl Query Command

Description

Gets the global shared entity management settings. These settings affect the shared entity management auto-registration process and the shared entity cleanup process during various operations.

Inputs

setting
The name of the setting to query. See *CE_SetGlobalSharedEntitySettings for a list of valid settings.

Example

To get the value of the auto_register setting:

hm_ce_getglobalsharedentitysettings "auto_register"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2017.1