Description | ||||||||||||||
Get entity in symbol instance from selection. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDtlsyminst.h> | ||||||||||||||
ProError | ProSelectionDtlsyminstEntityGet | ( | ||||||||||||
ProSelection* selection | ||||||||||||||
/* (In) | ||||||||||||||
Selection of the entity in symbol instance. | ||||||||||||||
*/ | ||||||||||||||
ProDtlsyminst* symbol | ||||||||||||||
/* (Out) | ||||||||||||||
Symbol instance containing entity. | ||||||||||||||
*/ | ||||||||||||||
int* entity_id | ||||||||||||||
/* (Out) | ||||||||||||||
id of the entity. | ||||||||||||||
*/ | ||||||||||||||
double* param | ||||||||||||||
/* (Out) | ||||||||||||||
Location of attachment. 0 indicates start of the entity and 1 indicates end of the entity. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|