Extending product function with VBA : System Architect events : ShowNode
  
ShowNode
Event triggered when browser Microsoft VBA filter is active. Set the RetCode to show/hide this item.
Syntax
ShowNode(TabIndex, TabName, ddId, Major, Minor, Name, Memo, LockFlags, RetCode)
Parameters
TabIndex
Use: Required
Data type: Integer
All methods: 1
Data modeling: 2
Business process: 3
OO legacy: 4
Application: 5
Structured: 6
Organization: 7
Technology: 8
Location: 9
Business direction: 10
UML: 11
XML: 12
TabName
Use: Required
Data type: String
See table above
ddId
Use: Required
Data type: Long
Major
Use: Required
Data type: Long
Minor
Use: Required
Data type: Long
Name
Use: Required
Data type: String
Memo
Use: Required
Data type: String
LockFlags
Use: Required
Data type: Long
RetCode
Use: Required
Data type: NodeStatus
Node statuses and numbers:
StatusDONTSHOW: 0
StatusSHOW: 1
StatusDONTCARE: 2
See also
System Architect events