| | Link | |
rtMap Link As rtHotLink Links As rtEnumeration ParentContainer ParentObject root | version 1.5
Property Get Link (IDName As String) As rtHotLink Used to retrieve hotspot by name (IDName property of rtHotLink).
Set theLink = img.Map.Link ("Hotspot1") ' get the link
| |