All Frameworks Object Hierarchy This Framework Previous Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---Collection | +---Publications
o Func Add( | CATBSTR | iPublicName) As CATIAPublication |
Dim Prod1 As Product Set Pub1 = Prod1.Add(PubName)
o Func Item( | CATVariant | iIdentifier) As CATIAPublication |
Dim Prod1 As Product Set Pub1 = Prod1.Item(PubId)
o Sub Remove( | CATBSTR | iIdentifier) |
Dim Prod1 As Product Prod1.Remove(PubId)
o Sub SetDirect( | CATVariant | iIdentifier, |
CATIAReference | iPointed) |
Dim Prod1 As Product Prod1.SetDirect(PubId,RefObject)
o Sub SetRelay( | CATVariant | iIdentifier, |
CATIAPublications | iRelayer, | |
CATVariant | iNameInRelay) |
Dim Prod1 As Product Prod1.SetRelay(PubId1,Prod2,PubId2)
Copyright © 2003, Dassault Systèmes. All rights reserved.