ModelSetComponentType

Top  Previous  Next

This defines the type of component.

Currently 2 types are supported:

Standard
Polymer

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) int __stdcall ModelSetComponentType(int ComponentIndex, 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

 

Value

 

int

Type of component.

Valid input:

0 - Standard
1 - Polymer