API 설명서 > Drawings and detail > Object ProDtlsymdefattach > Function ProDtlsymdefattachGet
Function ProDtlsymdefattachGet
Description
Get a symbol definition attachment data.
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefattachGet
(
/* (In)
The symbol definition attachment.
*/
/* (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
The function successfully retrieved data.
Bad one or more input arguments.
Sample Code References
User Guide References
도움이 되셨나요?