Publication (Object)

The interface to access a CATIAPublication.

Properties


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)
 
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