Extending product function with VBA > The System Architect object model > Object model classes > Symbol class > Symbol class: Attributes > Handle
  
Handle
This is the memory handle of the symbol only available at run time. This handle is not unique and is rarely the same whenever accessed.
Parameters
Data type: Long
Read-only
Example
Dim Handle As Long
Handle = oSymbol.Handle
See also
Symbol class: Attributes