Indexes Previous Next
o Sub AddUrl( | CATBSTR | iUrl) |
NewHyperlink.AddUrl(TheUrl)
o Func CountObject( | ) As long |
Dim number As Integer number = NewHyperlink.CountObject
o Func ItemObject( | CATVariant | iIndex) As CATBSTR |
Dim ThisUrl As String Set ThisUrl = NewHyperlink.ItemObject(9)
o Sub RemoveObject( | CATVariant | iIndex) |
NewHyperlink.RemoveObject(9)
Copyright © 2006, Dassault Systèmes. All rights reserved.