asiRemoveAllModelLibSelection
asiRemoveAllModelLibSelection(
{ o_session | o_tool }
)
=> t
Description
Removes all the model files by setting the modelFiles variable to nil. In addition, it also invalidates the asiSendControlStmts flowchart step by calling asiInvalidateControlStmts.
Arguments
Value Returned
Examples
Removes all the model files for session.
asiRemoveAllModelLibSelection (session)
Return to top