All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---Collection
|
+---Hyperlinks
| o Func Add( | CATIABase | iObject) As CATIAHyperlink |
Dim NewHyperlink As Hyperlink
Set NewHyperlink = TheHyperlinks.Add(iObject)
| o Func GetHyperlink( | CATIABase | iObject) As CATIAHyperlink |
Dim NewHyperlink As Hyperlink
Set NewHyperlink = TheHyperlinks.GetHyperlink(iObject)
| o Func Item( | CATVariant | iIndex) As CATIAHyperlink |
Dim ThisHyperlink As Hyperlink
Set ThisHyperlink = TheHyperlinks.Item(9)
Dim ThatHyperlink As Hyperlink
Set ThatHyperlink = TheHyperlinks.Item("Hyperlink3")
| o Sub Remove( | CATVariant | iIndex) |
TheHyperlinks.Remove(10)
TheHyperlinks.Remove("Hyperlink2")
Copyright © 2003, Dassault Systèmes. All rights reserved.