hm_me_childrenget

Returns the first-level children module IDs.

Syntax

hm_me_childrenget id

Type

HyperWorks Tcl Query Command

Description

Returns the first-level children module IDs.

Inputs

id
The ID of the module to query.

Example

To get the first-level children modules for module 10:

hm_me_childrenget 10

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