![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: get module handle without opening it? Topic Summary: is this possible Created On: 13-Jan-2009 19:40 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Just wondering if this is a possibility?
|
|
![]() |
|
![]() |
|
The 'Module' handle represents an open module, so no you cannot get that Handle without opening the module. You can, however, get a 'ModName_' handle on a close module, and can perform many operations on it.
You get a ModName_ handle like this: ModName_ mn = module("/MyProject/MyFolder/MyModuleName"); or perhaps: ModName_ mn = module(fullName(itm)) // itm is an 'Item', perhaps from a loop I notice now that you cannot search for 'ModName_' in the DXL interactive help. Odd, and sad. - Louie |
|
![]() |
|
![]() |
|
Can you traverse the objects in a ModName_ ?
|
|
![]() |
|
![]() |
|
No. The module isn't open, not loaded, and you cannot see the Objects.
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
get module handle without opening it?
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.