Hi,
Your code works fine , just ensure you add valid and correct feature Id in API
ProArrayObjectAdd((ProArray*)&ids,PRO_VALUE_UNUSED,1,&(feat.id) )
It appears feature object is not initialized , so feature Id will be a garbage value.
Thanks
Hi,
Your code works fine , just ensure you add valid and correct feature Id in API
ProArrayObjectAdd((ProArray*)&ids,PRO_VALUE_UNUSED,1,&(feat.id) )
It appears feature object is not initialized , so feature Id will be a garbage value.
Thanks