Gets and sets the information that defines the thread.
# Get the value of the property.propertyValue = threadFeatureInput_var.threadInfo# Set the value of the property.threadFeatureInput_var.threadInfo = propertyValue
#include <Fusion/Features/ThreadFeatureInput.h>// Get the value of the property.Ptr<ThreadInfo> propertyValue = threadFeatureInput_var->threadInfo();// Set the value of the property, where value_var is a ThreadInfo.bool returnValue = threadFeatureInput_var->threadInfo(value_var);