::hwp::GetFLDCase
Gets an FLD case study handle.
Syntax
::hwp::GetFLDCase
Application
HyperWorks Tcl Query
Description
This procedure returns a CaseStudy handle of the choosen HyperView model.
Mandatory Arguments
None.
Optional Arguments
- -page "pageID"
 - The page ID of the requested page.
 - -window "windowID"
 - The window ID of the requested window.
 - -id "modelID"
 - The model ID of the requested model.
 - -fldCase "fldCaseID"
 - The FLD case ID of the requested FLD case study.
 
Returns
Returns a CaseStudy handle.
Example
set FLDCaseHandle [::hwp::GetFLDCase -page 1 -window 2]