ResultGetPhaseType

Top  Previous  Next

Return the type of phase.

2 types of phases are supported Solid and vapor/liquid.

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ResultGetPhaseType(int PointIndex, int PhaseIndex)

 

Return

The type of phase:

0 - Solid
1 - Vapor/liquid

 

Input

Argument

Type

Description

PointIndex

int

Point to retrieve the value from

PhaseIndex

int

Phase to retrieve the value from

 

Note

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

 

Code examples