ThreadInfo.threadClass Property

Parent Object: ThreadInfo
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadInfo.h>

Description

Returns and sets the string that defines the thread class.

Syntax

"threadInfo_var" is a variable referencing a ThreadInfo object.

# Get the value of the property.
propertyValue = threadInfo_var.threadClass

# Set the value of the property.
threadInfo_var.threadClass = propertyValue
"threadInfo_var" is a variable referencing a ThreadInfo object.
#include <Fusion/Features/ThreadInfo.h>

// Get the value of the property.
string propertyValue = threadInfo_var->threadClass();

// Set the value of the property, where value_var is a string.
bool returnValue = threadInfo_var->threadClass(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version January 2015