ProductStructureInterfaces Publication (Object)
All Frameworks Object Hierarchy This Framework Indexes
Publication (Object)
The interface to access a CATIAPublication.
Property Index
-
Relay
- Valuates a publication object with another publication object.
-
Valuation
- Returns published object.
Properties
o Property Relay( | | iPub) (Write Only) |
-
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)
o Property Valuation( | ) As |
-
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.