Description | ||||||||||||||
Allocate and initialize the memory for symbol definition attachment. User must release the memory by ProDtlsymdefattachFree | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDtlsymdef.h> | ||||||||||||||
ProError | ProDtlsymdefattachAlloc | ( | ||||||||||||
ProDtlsymdefattachType type | ||||||||||||||
/* (In) | ||||||||||||||
The attachment type. | ||||||||||||||
*/ | ||||||||||||||
int entity_id | ||||||||||||||
/* (In) | ||||||||||||||
The index in the symbol definition entity array at which you are attached. Can be -1 if type is "free". | ||||||||||||||
*/ | ||||||||||||||
double entity_parameter | ||||||||||||||
/* (In) | ||||||||||||||
The location along the entity at which the attachment occurs. (Ignored for free attachment and radial leaders). | ||||||||||||||
*/ | ||||||||||||||
ProVector location | ||||||||||||||
/* (In) | ||||||||||||||
Attachment location. | ||||||||||||||
*/ | ||||||||||||||
ProDtlsymdefattach* attach | ||||||||||||||
/* (Out) | ||||||||||||||
The symbol definition attachment. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|