ResultGetArraySize

Top  Previous  Next

Return the size of the component arrays like Mole fraction or LnK

 

 

This function is defined in C++ as:

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

 

Return

The size of the component arrays like Mole fraction or LnK

 

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