poIModel GetReaderPropertyList
Returns the reader options which were used to read the model data.
Syntax
model_handle GetReaderPropertyList
Application
HyperView Tcl Query
Description
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
set reader_options [model_handle GetReaderPropertyList]
hwi CloseStack
Errors
This command returns null if no reader option was used for that particular model. Some model readers do not have reader properties defined.