ModelSetComponentPolarUse

Top  Previous  Next

Turn the polar term on and off.

 

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ModelSetComponentPolarUse(int ComponentIndex, int BlockIndex, int Value)

 

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

 

int

Turn the polar term on and off.

Valid input:

0 : On
1 : Off