ThreadDataQuery.defaultInchThreadType Property

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

Description

Gets the default thread type for inch threads.

Syntax

"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.

# Get the value of the property.
propertyValue = threadDataQuery_var.defaultInchThreadType
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
#include <Fusion/Features/ThreadDataQuery.h>

// Get the value of the property.
string propertyValue = threadDataQuery_var->defaultInchThreadType();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version January 2015