CD5IDs (Object)

Represents a list of ENOVIA V6 Integration identifier(CD5ID).
Example:
 The following example indicates how to retrieve list of ENOVIA V6 Integration identifier.
 
  • PhysicalIDs : "6EFB8D2E00008A445257E36100000DF7,6EFB8D2E00008A445257E3610000090".
 Dim oIDs As ENOIACD5IDs
 Set oIDs = GetIDsFromPhysicalIDs(PhysicalIDs);
 
See also:
,

Methods


Func Item( iIndex) As
Returns (gets) CD5ID from the list of ids.
Example:
 The following example gets a CD5ID at index 1.
 
 Dim oID As ENOIACD5ID
 Set oID = CD5IDs.Item(1)