Type | Description | |||
ID as Variant | A Long, String or Numeric expression that specifies the identifier of the link to be requested. | |||
Link | A Link object being requested. |
The following VB sample enumerates the links on the surface:
Dim l As Variant For Each l In Surface1.Links Debug.Print l.ID Next