Skip to main content
1-Visitor
March 27, 2018
Question

Unable to get Annotations from a selected combined state view

  • March 27, 2018
  • 0 replies
  • 1056 views

Hi,

I have used the following function to get all the annotations from a combines state view :

"ProCombstateAnnotationsGet(&comb,&annoArray,&statusFlags);".

Where "comb" is the combined state view handle, "annoArray" is the array of elements which it returns.

Although there are annotations in the combined view it returned an empty array (i.e., size "0").

Did I miss something?