API - Routine

In this topic: Hide

 

Routine Methods

Parameter Type Description Remarks
Delete(); long     
Filter(BSTR Filter_); BSTR     
Filter(BSTR Filter_, BSTR lpszNewValue); void     
GetCode(); BSTR     
GetFeatureByPos(short pos_); IQaFeature*     
GetFeatureCount(); long     
GetFeaturesAvailable(); long     
GetFilterByID(short id_); IQaFilter*      
GetFilters(); IQaFilters*     
GetHand(); BSTR     
GetImages(void); IQaImages*   Returns an object representing the QaImages list.  
GetSamplesAvailable(); long     
KeyLabel(); BSTR     
NewFeature(BSTR label_); IQaFeature*     
SetHand(eRoutHandedness hand_); long     

Routine Properties

Parameter Type Description Remarks
AccessCode; BSTR     
Label; BSTR     
MonitorDataProcessed; boolean     
MonitorEndOfSubgroup; boolean     
MonitorOutOfSpec; boolean     
Units; eUnits     

Routine Enumerators

Handedness - eRoutHandedness

Parameters Help String Description Remarks
eBothHanded = 4 Both          
eLeftHanded = 2, LH            
eNotHanded = 0, Not Handed    
eRightHanded = 1, RH            

Monitor Flag - eRoutMonitor

Parameters Help String Description Remarks
eDataProcessed = 1, Data Processed     
eEndOfSubgroup = 4 End of Subgroup    
eNotMonitored = 0, Not Monitored      
eOutOfSpec = 2, Out of Spec