API Documentation > Cabling > Object ProConnector > Function ProConnectorDesignate
Function ProConnectorDesignate
Description
Designate the specified component as an assembly connector
Synopsis
#include <ProCabling.h>
ProConnectorDesignate
(
ProAsmcomppath* p_connector
/* (In)
Handle of connector to designate
*/
ProName name
/* (In)
Name of logical reference designator for the logical connector (can be NULL)
*/
)
Returns
The function successfully designate.
Model is in read-only state.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
Was this helpful?