InterferenceResults.count Property
Parent Object:
InterferenceResultsDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/InterferenceResults.h>
Description
Returns the number of interference results in the collection.
Syntax
"interferenceResults_var" is a variable referencing an InterferenceResults object.
# Get the value of the property. propertyValue = interferenceResults_var.count
|
"interferenceResults_var" is a variable referencing an InterferenceResults object.
#include <Fusion/Fusion/InterferenceResults.h>
// Get the value of the property. uinteger propertyValue = interferenceResults_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version November 2015