ProductStructureInterfaces Publication (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
Publication (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Publication
The interface to access a CATIAPublication.
Property Index
-
Relay
- Valuates a publication object with another publication object.
-
Valuation
- Returns published object.
Properties
-
Valuates a publication object with another publication object.
Role: This method allows to valuate a publication with an intermediate one.
- Parameters:
-
- iPub
- The intermediate publication object
- Example:
The following example valuates the publication object Pub1
with the publication object Pub2
Pub1.Relay(Pub2)
-
Returns published object.
Role: This method gives access to the finally published object.
- Parameters:
-
- oRef
- The final reference of the publication object.
- Example:
This example returns the final reference Ref
of the publication object Pub1.
Dim Ref As Reference
Ref = Pub1.Valuation
Copyright © 2003, Dassault Systèmes. All rights reserved.