ResultGetStablePhaseCount

Top  Previous  Next

Returns the number of stable phases found.

 

 

This function is defined in C++ as:

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

 

Return

Number of stable 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