HyperWorks Desktop

ContentInterface_IsRetrieved

ContentInterface_IsRetrieved

Previous topic Next topic No expanding text in this topic  

ContentInterface_IsRetrieved

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

NAME  


ContentInterface_IsRetrieved

 

SYNTAX


ContentInterface_Is Retrieved <content interface list handle>

 

 

TYPE/CLASS


ContentInterface

 

 

DESCRIPTION


To check if the content is retrieved to a workspace

content interface list handle

Content interface handle

Returns 0 or 1

1- Retrieved

0- Not Retrieved

 

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]

ContentInterface_IsRetrived  $clist_at

 

ERRORS


 

SEE ALSO


DMDirector_OpenWorkspace

ContentInterfaceList

ContentInterfaceList_size

hwLMStatus_GetMessage