ModelSetComponentAssociationScheme

Top  Previous  Next

Writes association scheme used by the association term

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ModelSetComponentAssociationScheme(int ComponentIndex, int BlockIndex, char *ValueLabel, int Negative, int Neutral, int Positive)

 

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

 

Value

 

char pointer

Scheme used by the association term

Valid input:

See list here

 

Negative

 

int

Note: Is only used if Value=User

 

Number of positive sites

 

Neutral

 

int

Note: Is only used if Value=User

 

Number of neutral sites

 

Positive

 

int

Note: Is only used if Value=User

 

Number of positive sites