Class ElementQualitySetting
Inheritance
ElementQualitySetting
Assembly: NXOpen.dll
Syntax
public class ElementQualitySetting : NXObject, IMessageSink, INXObject
Constructors
ElementQualitySetting()
Declaration
protected ElementQualitySetting()
Properties
LimitValueOption
Declaration
public ElementQualitySetting.LimitValue LimitValueOption { get; set; }
Property Value
TestValueCount
Declaration
public int TestValueCount { get; }
Property Value
UseElementSpecificValue
Declaration
public bool UseElementSpecificValue { get; set; }
Property Value
Methods
GetQualityValue(string)
Declaration
public ITestValue GetQualityValue(string descriptorName)
Parameters
Type |
Name |
Description |
string |
descriptorName |
|
Returns
GetTestValueByIndex(int)
Declaration
public QualityTestValue GetTestValueByIndex(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
GetTestValueByType(TestType)
Declaration
public QualityTestValue GetTestValueByType(TestValueTypes.TestType testType)
Parameters
Returns
LocateTestDescriptorName(FEElement, TestType, bool)
Declaration
public string LocateTestDescriptorName(FEElement element, TestValueTypes.TestType testType, bool useElemSpecific)
Parameters
Returns
ResetToCustomerDefault()
Declaration
public void ResetToCustomerDefault()
Implements
System.Runtime.Remoting.Messaging.IMessageSink