ModelSetComponentBlockName

Top  Previous  Next

Write the name of the block

 

Note this information is not needed by the calculations

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ModelSetComponentBlockName(int ComponentIndex, int BlockIndex, char *ValueLabel)

 

Return

The function return -1 if no problem was found. If a different number is returned use the function ErrorGetMessage for more information.

 

Input

Argument

Type

Description

ComponetIndex

int

Index the component has in the total component list

BlockIndex

int

The block the parameter is for

ValueLabel

char pointer

Name of the block