ResultGetNumberOfPoints

Top  Previous  Next

Get the number of points in the result.

 

For example a flash or cloud point will have one point where a phase envelope will have more then one.

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ResultGetNumberOfPoints(void)

 

Return

The number of points in the result.

 

 

Note

If a error/problem is found use the function ErrorGetIndex and ErrorGetMessage to get more information

 

Code examples