ThreadInfo.threadType Property
Parent Object:
ThreadInfoDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadInfo.h>
Description
Returns and sets the string that defines the thread type.
Syntax
"threadInfo_var" is a variable referencing a ThreadInfo object.
# Get the value of the property. propertyValue = threadInfo_var.threadType
# Set the value of the property. threadInfo_var.threadType = 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->threadType();
// Set the value of the property, where value_var is a string. bool returnValue = threadInfo_var->threadType(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version January 2015