Library | Module

Interface IpfcConnectionId



Description

An identification string that represents a specific Creo Parametric session.



Property Summary

PropertyExternalRepas String
The string representation of the connection id, suitable for use in other applications connecting to this same session of Creo Parametric.



Method Summary

FunctionCCpfcConnectionId.Create (ExternalRep as String) as IpfcConnectionId
Creates a new connection id object to use in IpfcAsyncConnection.ConnectById().



Property Detail


PropertyExternalRepas String

The string representation of the connection id, suitable for use in other applications connecting to this same session of Creo Parametric.





Method Detail


FunctionCCpfcConnectionId.Create (ExternalRep as String) as IpfcConnectionId

Creates a new connection id object to use in IpfcAsyncConnection.ConnectById().
Parameters:
ExternalRep
The Creo Parametric session identification string.
Returns:
The connection id handle.