API Documentation > Interfaces > Interface ConnectionId
Interface ConnectionId

package com.ptc.pfc.pfcAsyncConnection;

public interface
ConnectionId
extends
jxobject


Description
An identification string that represents a specific Creo Parametric session.
User Guide References:
Method Summary
String
Get method for attribute "ExternalRep"
The string representation of the connection id, suitable for use in other applications connecting to this same session of Creo Parametric.
Method Detail
GetExternalRep
String
GetExternalRep
()
The string representation of the connection id, suitable for use in other applications connecting to this same session of Creo Parametric.
User Guide References:
Was this helpful?