HyperWorks Tools

::hwat::utils::GetComponentSystem

::hwat::utils::GetComponentSystem

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetComponentSystem

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::GetComponentSystem - Finds the system for the component.

 

SYNTAX

::hwat::utils::GetComponentSystem compid

 

ARGUMENTS

compid

The ID of the component.

 

RETURNS

The ID of the system if successful, {} if unsuccessful.

 

EXAMPLE

::hwat::utils::GetComponentSystem 102

 

Comments

This function assumes that all nodes of the component have the same system.  The function returns 0 if the component does not have a system.

 

 

See also

Utils Functions