This tests whether the constraint is an indicator constraint or an ordinary constraint. 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.13.0
  Syntax
Syntax
 
 
  
  
   
   
    public bool isIndicator()
    
   
    Public Function isIndicator As Boolean
    
   
  
 Return Value
Type: 
 
Boolean
 True if it is an indicator constraint, false otherwise.
 
  See Also
See Also