Documentazione API > Miscellaneous > Object ProEngineer > Function ProEngineerConnectIdGet
Function ProEngineerConnectIdGet
Description
Returns the connection id for the Creo Parametric session that this application is connected to. The identification string can be passed to external asynchronous applications to allow them to connect to this Creo Parametric session.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCore.h>
ProEngineerConnectIdGet
(
ProConnectionId proe_connect_id
/* (Out)
Identification string that can be used by an asynchronous process to connect to this Creo Parametric session.
*/
)
Returns
The function succeeded.
The argument was invalid.
Communications are not correctly established for this session of Creo Parametric, and asynchronous connection is not possible.
User Guide References
È stato utile?