API Documentation > Selection > Object ProSelection > Function ProSelectionDtlsyminstEntitySet
Function ProSelectionDtlsyminstEntitySet
Description
Populate selection of the entity in symbol instance.
Synopsis
#include <ProDtlsyminst.h>
ProSelectionDtlsyminstEntitySet
(
/* (In)
Symbol instance containing entity.
*/
int entity_id
/* (In)
id of the entity.
*/
double param
/* (In)
Location of attachment. 0 indicates start of the entity and 1 indicates end of the entity.
*/
ProSelection* selection
/* (Out)
Selection of the entity in symbol instance.
*/
)
Returns
The function succeeded.
NULL Inputs.
entity does not exists in specified symbol instance.
Symbol is not owned by drawing.
Was this helpful?