ResultGetLabel

Top  Previous  Next

Return the label of the point. This can for example label the critical point on a phase envelope

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ResultGetLabel(int PointIndex, char *LabelIndex)

 

Return

-1

 

Input

Argument

Type

Description

PointIndex

int

Point to retrieve the value from

LabelIndex

char pointer

Label of the point

 

Note

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

 

Code examples