ResultGetPhaseCount

Top  Previous  Next

Returns the total number of phases found.

 

Is found as: System + Feed + number of stable phases

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ResultGetPhaseCount(int PointIndex)

 

Return

The total number of phases found.

 

Input

Argument

Type

Description

PointIndex

int

Point to retrieve the value from

 

Note

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

 

Code examples