Category Drawings and detail, Object ProDtlsymdefattach

Function ProDtlsymdefattachGet


Description
Get a symbol definition attachment data.
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefattachGet(
ProDtlsymdefattach attach
/* (In)
The symbol definition attachment.
*/
ProDtlsymdefattachType* type
/* (Out)
The attachment type.
*/
int* entity_id
/* (Out)
The index in the symbol definition entity array at which you are attached. Can be -1 if type is "free".
*/
double* entity_parameter
/* (Out)
location along the entity at which the attachment occurs.(Ignored for free attachment and radial leaders).
*/
ProVector location
/* (Out)
The attachment location.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved data.
PRO_TK_BAD_INPUTSBad one or more input arguments.

Manual References:

  1. Drawings: Symbol Definition Attachments

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestSymDefInfo.c )