CD5ID (Object)

Represents the ENOVIA V6 Integration identifier.
Role: It identifies an ENOVIA V6 Object thanks to its Type/Name/Revision(/Version). It is managed by .
See also:
,

Methods


Func GetID() As
Returns the Identifier of the ENOVIA V6 Object associated to the CD5ID.
Returns:
The identifier String of the ENOIACD5ID.
Example:
 The following example returns in oID the identifier corresponding to the CD5ID oCD5ID.
 
 Dim oCD5Engine As CD5Engine
 Set oCD5Engine = CATIA.GetItem("CD5Engine")
 Dim oCD5ID As CD5ID
 Set oCD5ID = oCD5Engine.GetIDFromTNR("CATProduct For Team", "MyProduct", "---")
 Dim oID As CATBSTR
 oID = oCD5ID.GetID