API Documentation > Selection > Object ProSelection > Function ProSelectionDtlsyminstEntityGet
Function ProSelectionDtlsyminstEntityGet
Description
Get entity in symbol instance from selection.
Synopsis
#include <ProDtlsyminst.h>
ProSelectionDtlsyminstEntityGet
(
ProSelection* selection
/* (In)
Selection of the entity in symbol instance.
*/
/* (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
The function succeeded.
NULL Inputs.
Selection is not of the entity in symbol instance.
Selection is not owned by drawing.
Was this helpful?