HyperWorks Desktop

ContentInterfaceList_at

ContentInterfaceList_at

Previous topic Next topic No expanding text in this topic  

ContentInterfaceList_at

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

NAME


ContentInterfaceList_at

 

SYNTAX


ContentInterfaceList_at <content interface list handle> <index value>

 

 

TYPE/CLASS


ContentInterface

 

 

DESCRIPTION


To get handle on content interface at index value

content interface list handle

Content interface list handle

index value

Index value that you want to get handle

 

EXAMPLES


set gdm [DMDirector_OpenWorkspace $director $ws $repoh 0]

set qryhandle [$gdm GetQuery]

set stringtosearch "MS6000"

set clist [ContentInterfaceList]

set query [$gdm ExecQuery $stringtosearch $clist]

set cilistsize [ContentInterfaceList_size $clist]

set clist_at [ContentInterfaceList_at $clist 0]

 

ERRORS


 

SEE ALSO


DMDirector_OpenWorkspace

ContentInterfaceList

ContentInterfaceList_size

hwLMStatus_GetMessage